#992396

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

Shades of Dark Purple #992396

Tints of Dark Purple #992396

Color information

#992396 (or 0x992396) is unknown color: approx Dark Purple. HEX triplet: 99, 23 and 96. RGB value is (153,35,150). Sum of RGB (Red+Green+Blue) = 153+35+150=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992396 is #66DC69. Grayscale: #535353. Windows color (decimal): -6741098 or 9839513. OLE color: 9839513.

HSL color Cylindrical-coordinate representation of color #992396: hue angle of 301.53º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992396 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB15335150-
CMYK00.770.020.4
HSL301.53º62.77%36.86%-
HSV(B)301.53º77.12%60%-
XYZ19.2410.1829.8-
YUV83.39165.59177.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 35 (14.06% from 255) = 10.36%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=45.27%
G=10.36%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533515000.770.020.4301.5362.7736.86
Hex99239604D22812e3f25
Octal2314322601152504567745
Binary10011001100011100101100100110110101000100101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992396; }

 p { color: rgb(153,35,150); }

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

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

 a { background-color: rgb(153,35,150); }

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

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

 span { border-color: rgb(153,35,150); }

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