#992194

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

Shades of Dark Purple #992194

Tints of Dark Purple #992194

Color information

#992194 (or 0x992194) is unknown color: approx Dark Purple. HEX triplet: 99, 21 and 94. RGB value is (153,33,148). Sum of RGB (Red+Green+Blue) = 153+33+148=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #992194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992194 is #66DE6B. Grayscale: #515151. Windows color (decimal): -6741612 or 9707929. OLE color: 9707929.

HSL color Cylindrical-coordinate representation of color #992194: hue angle of 302.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992194 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15333148-
CMYK00.780.030.4
HSL302.5º64.52%36.47%-
HSV(B)302.5º78.43%60%-
XYZ19.031028.94-
YUV81.99165.26178.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 33 (13.28% from 255) = 9.88%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=45.81%
G=9.88%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533314800.780.030.4302.564.5236.47
Hex99219404E32812e4124
Octal23141224011635045610144
Binary100110011000011001010001001110111010001001011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992194; }

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

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

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

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

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

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

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

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