#992586

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

Shades of Dark Purple #992586

Tints of Dark Purple #992586

Color information

#992586 (or 0x992586) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 86. RGB value is (153,37,134). Sum of RGB (Red+Green+Blue) = 153+37+134=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #992586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992586 is #66DA79. Grayscale: #525252. Windows color (decimal): -6740602 or 8791449. OLE color: 8791449.

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

Color convert

RGB15337134-
CMYK00.760.120.4
HSL309.83º61.05%37.25%-
HSV(B)309.83º75.82%60%-
XYZ18.19.8223.5-
YUV82.74156.93178.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=47.22%
G=11.42%
B=41.36%

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
Decimal1533713400.760.120.4309.8361.0537.25
Hex99258604CC281363d25
Octal23145206011414504667545
Binary1001100110010110000110010011001100101000100110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992586; }

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

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

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

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

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

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

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

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