#992393

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

Shades of Dark Purple #992393

Tints of Dark Purple #992393

Color information

#992393 (or 0x992393) is unknown color: approx Dark Purple. HEX triplet: 99, 23 and 93. RGB value is (153,35,147). Sum of RGB (Red+Green+Blue) = 153+35+147=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #992393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992393 is #66DC6C. Grayscale: #525252. Windows color (decimal): -6741101 or 9642905. OLE color: 9642905.

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

Color convert

RGB15335147-
CMYK00.770.040.4
HSL303.05º62.77%36.86%-
HSV(B)303.05º77.12%60%-
XYZ1910.0828.55-
YUV83.05164.09177.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 35 (14.06% from 255) = 10.45%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=45.67%
G=10.45%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533514700.770.040.4303.0562.7736.86
Hex99239304D42812f3f25
Octal2314322301154504577745
Binary100110011000111001001101001101100101000100101111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992393; }

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

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

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

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

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

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

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

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