#911986

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

Shades of Dark Purple #911986

Tints of Dark Purple #911986

Color information

#911986 (or 0x911986) is unknown color: approx Dark Purple. HEX triplet: 91, 19 and 86. RGB value is (145,25,134). Sum of RGB (Red+Green+Blue) = 145+25+134=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #911986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911986 is #6EE679. Grayscale: #484848. Windows color (decimal): -7267962 or 8788369. OLE color: 8788369.

HSL color Cylindrical-coordinate representation of color #911986: hue angle of 305.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911986 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14525134-
CMYK00.830.080.43
HSL305.5º70.59%33.33%-
HSV(B)305.5º82.76%56.86%-
XYZ16.338.4423.32-
YUV73.31162.26179.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 25 (10.16% from 255) = 8.22%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=47.70%
G=8.22%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452513400.830.080.43305.570.5933.33
Hex91198605382B1324721
Octal221312060123105346210741
Binary1001000111001100001100101001110001010111001100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911986; }

 p { color: rgb(145,25,134); }

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

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

 a { background-color: rgb(145,25,134); }

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

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

 span { border-color: rgb(145,25,134); }

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