#991886

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

Shades of Dark Purple #991886

Tints of Dark Purple #991886

Color information

#991886 (or 0x991886) is unknown color: approx Dark Purple. HEX triplet: 99, 18 and 86. RGB value is (153,24,134). Sum of RGB (Red+Green+Blue) = 153+24+134=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #991886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991886 is #66E779. Grayscale: #4A4A4A. Windows color (decimal): -6743930 or 8788121. OLE color: 8788121.

HSL color Cylindrical-coordinate representation of color #991886: hue angle of 308.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991886 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15324134-
CMYK00.840.120.4
HSL308.84º72.88%34.71%-
HSV(B)308.84º84.31%60%-
XYZ17.779.1523.38-
YUV75.11161.24183.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 24 (9.77% from 255) = 7.72%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=49.20%
G=7.72%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532413400.840.120.4308.8472.8834.71
Hex991886054C281354923
Octal231302060124145046511143
Binary1001100111000100001100101010011001010001001101011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991886; }

 p { color: rgb(153,24,134); }

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

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

 a { background-color: rgb(153,24,134); }

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

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

 span { border-color: rgb(153,24,134); }

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