#992B87

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

Shades of Dark Purple #992B87

Tints of Dark Purple #992B87

Color information

#992B87 (or 0x992B87) is unknown color: approx Dark Purple. HEX triplet: 99, 2B and 87. RGB value is (153,43,135). Sum of RGB (Red+Green+Blue) = 153+43+135=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #992B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B87 is #66D478. Grayscale: #565656. Windows color (decimal): -6739065 or 8858521. OLE color: 8858521.

HSL color Cylindrical-coordinate representation of color #992B87: hue angle of 309.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B87 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15343135-
CMYK00.720.120.4
HSL309.82º56.12%38.43%-
HSV(B)309.82º71.9%60%-
XYZ18.3710.2523.93-
YUV86.38155.44175.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 43 (17.19% from 255) = 12.99%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=46.22%
G=12.99%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534313500.720.120.4309.8256.1238.43
Hex992B87048C281363826
Octal23153207011014504667046
Binary1001100110101110000111010010001100101000100110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992B87; }

 p { color: rgb(153,43,135); }

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

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

 a { background-color: rgb(153,43,135); }

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

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

 span { border-color: rgb(153,43,135); }

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