#912889

Color #912889 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #912889

Tints of Dark Purple #912889

Color information

#912889 (or 0x912889) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 89. RGB value is (145,40,137). Sum of RGB (Red+Green+Blue) = 145+40+137=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #912889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912889 is #6ED776. Grayscale: #525252. Windows color (decimal): -7264119 or 8988817. OLE color: 8988817.

HSL color Cylindrical-coordinate representation of color #912889: hue angle of 304.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912889 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14540137-
CMYK00.720.060.43
HSL304.57º56.76%36.27%-
HSV(B)304.57º72.41%56.86%-
XYZ16.959.3424.58-
YUV82.45158.79172.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=45.03%
G=12.42%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454013700.720.060.43304.5756.7636.27
Hex91288904862B1313924
Octal2215021101106534617144
Binary100100011010001000100101001000110101011100110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912889; }

 p { color: rgb(145,40,137); }

 H1.HeaderClassName
 {
   color: #912889;
 }
 .AnyTagClassName
 {
   color: #912889;
 }
</style>
background-color css

<style>
 a { background-color: #912889; }

 a { background-color: rgb(145,40,137); }

 div.DivClassName
 {
   background-color: #912889;
 }
 .BgClassName
 {
   background-color: #912889;
 }
</style>
border-color css

<style>
 span { border-color: #912889; }

 span { border-color: rgb(145,40,137); }

 td.TdClassName
 {
   border-color: #912889;
 }
 .TagClassName
 {
   border-color: #912889;
 }
</style>