#992AA9

Color #992AA9 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #992AA9

Tints of Vivid Violet #992AA9

Color information

#992AA9 (or 0x992AA9) is unknown color: approx Vivid Violet. HEX triplet: 99, 2A and A9. RGB value is (153,42,169). Sum of RGB (Red+Green+Blue) = 153+42+169=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #992AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992AA9 is #66D556. Grayscale: #595959. Windows color (decimal): -6739287 or 11086489. OLE color: 11086489.

HSL color Cylindrical-coordinate representation of color #992AA9: hue angle of 292.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992AA9 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15342169-
CMYK0.090.7500.34
HSL292.44º60.19%41.37%-
HSV(B)292.44º75.15%66.27%-
XYZ21.1311.2938.6-
YUV89.67172.77173.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 42 (16.80% from 255) = 11.54%
BLUE value IS 169 (66.41% from 255) = 46.43%
R=42.03%
G=11.54%
B=46.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153421690.090.7500.34292.4460.1941.37
Hex992AA994B0221243c29
Octal23152251111130424447451
Binary1001100110101010101001100110010110100010100100100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992AA9; }

 p { color: rgb(153,42,169); }

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

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

 a { background-color: rgb(153,42,169); }

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

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

 span { border-color: rgb(153,42,169); }

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