#992494

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

Shades of Dark Purple #992494

Tints of Dark Purple #992494

Color information

#992494 (or 0x992494) is unknown color: approx Dark Purple. HEX triplet: 99, 24 and 94. RGB value is (153,36,148). Sum of RGB (Red+Green+Blue) = 153+36+148=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992494 is #66DB6B. Grayscale: #535353. Windows color (decimal): -6740844 or 9708697. OLE color: 9708697.

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

Color convert

RGB15336148-
CMYK00.760.030.4
HSL302.56º61.9%37.06%-
HSV(B)302.56º76.47%60%-
XYZ19.1110.1728.97-
YUV83.75164.26177.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=45.40%
G=10.68%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533614800.760.030.4302.5661.937.06
Hex99249404C32812f3e25
Octal2314422401143504577645
Binary10011001100100100101000100110011101000100101111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992494; }

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

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

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

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

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

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

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

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