#992587

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

Shades of Dark Purple #992587

Tints of Dark Purple #992587

Color information

#992587 (or 0x992587) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 87. RGB value is (153,37,135). Sum of RGB (Red+Green+Blue) = 153+37+135=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992587 is #66DA78. Grayscale: #525252. Windows color (decimal): -6740601 or 8856985. OLE color: 8856985.

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

Color convert

RGB15337135-
CMYK00.760.120.4
HSL309.31º61.05%37.25%-
HSV(B)309.31º75.82%60%-
XYZ18.179.8423.86-
YUV82.86157.43178.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=47.08%
G=11.38%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533713500.760.120.4309.3161.0537.25
Hex99258704CC281353d25
Octal23145207011414504657545
Binary1001100110010110000111010011001100101000100110101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992587; }

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

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

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

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

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

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

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

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