#992589

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

Shades of Dark Purple #992589

Tints of Dark Purple #992589

Color information

#992589 (or 0x992589) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 89. RGB value is (153,37,137). Sum of RGB (Red+Green+Blue) = 153+37+137=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #992589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992589 is #66DA76. Grayscale: #525252. Windows color (decimal): -6740599 or 8988057. OLE color: 8988057.

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

Color convert

RGB15337137-
CMYK00.760.100.4
HSL308.28º61.05%37.25%-
HSV(B)308.28º75.82%60%-
XYZ18.319.924.61-
YUV83.08158.43177.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=46.79%
G=11.31%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533713700.760.100.4308.2861.0537.25
Hex99258904CA281343d25
Octal23145211011412504647545
Binary1001100110010110001001010011001010101000100110100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992589; }

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

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

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

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

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

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

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

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