#992395

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

Shades of Dark Purple #992395

Tints of Dark Purple #992395

Color information

#992395 (or 0x992395) is unknown color: approx Dark Purple. HEX triplet: 99, 23 and 95. RGB value is (153,35,149). Sum of RGB (Red+Green+Blue) = 153+35+149=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992395 is #66DC6A. Grayscale: #525252. Windows color (decimal): -6741099 or 9773977. OLE color: 9773977.

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

Color convert

RGB15335149-
CMYK00.770.030.4
HSL302.03º62.77%36.86%-
HSV(B)302.03º77.12%60%-
XYZ19.1610.1429.38-
YUV83.28165.09177.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 35 (14.06% from 255) = 10.39%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=45.40%
G=10.39%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533514900.770.030.4302.0362.7736.86
Hex99239504D32812e3f25
Octal2314322501153504567745
Binary10011001100011100101010100110111101000100101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992395; }

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

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

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

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

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

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

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

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