#992585

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

Shades of Dark Purple #992585

Tints of Dark Purple #992585

Color information

#992585 (or 0x992585) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 85. RGB value is (153,37,133). Sum of RGB (Red+Green+Blue) = 153+37+133=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992585 is #66DA7A. Grayscale: #525252. Windows color (decimal): -6740603 or 8725913. OLE color: 8725913.

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

Color convert

RGB15337133-
CMYK00.760.130.4
HSL310.34º61.05%37.25%-
HSV(B)310.34º75.82%60%-
XYZ18.039.7923.13-
YUV82.63156.43178.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 11.46%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=47.37%
G=11.46%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533713300.760.130.4310.3461.0537.25
Hex99258504CD281363d25
Octal23145205011415504667545
Binary1001100110010110000101010011001101101000100110110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992585; }

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

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

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

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

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

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

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

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