#992496

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

Shades of Vivid Violet #992496

Tints of Vivid Violet #992496

Color information

#992496 (or 0x992496) is unknown color: approx Vivid Violet. HEX triplet: 99, 24 and 96. RGB value is (153,36,150). Sum of RGB (Red+Green+Blue) = 153+36+150=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992496 is #66DB69. Grayscale: #535353. Windows color (decimal): -6740842 or 9839769. OLE color: 9839769.

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

Color convert

RGB15336150-
CMYK00.760.020.4
HSL301.54º61.9%37.06%-
HSV(B)301.54º76.47%60%-
XYZ19.2710.2429.81-
YUV83.98165.26177.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=45.13%
G=10.62%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533615000.760.020.4301.5461.937.06
Hex99249604C22812e3e25
Octal2314422601142504567645
Binary10011001100100100101100100110010101000100101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992496; }

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

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

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

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

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

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

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

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