#992487

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

Shades of Dark Purple #992487

Tints of Dark Purple #992487

Color information

#992487 (or 0x992487) is unknown color: approx Dark Purple. HEX triplet: 99, 24 and 87. RGB value is (153,36,135). Sum of RGB (Red+Green+Blue) = 153+36+135=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #992487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992487 is #66DB78. Grayscale: #515151. Windows color (decimal): -6740857 or 8856729. OLE color: 8856729.

HSL color Cylindrical-coordinate representation of color #992487: hue angle of 309.23º degrees, saturation: 0.62, 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 #992487 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15336135-
CMYK00.760.120.4
HSL309.23º61.9%37.06%-
HSV(B)309.23º76.47%60%-
XYZ18.149.7823.85-
YUV82.27157.76178.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=47.22%
G=11.11%
B=41.67%

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
Decimal1533613500.760.120.4309.2361.937.06
Hex99248704CC281353e25
Octal23144207011414504657645
Binary1001100110010010000111010011001100101000100110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992487; }

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

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

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

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

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

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

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

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