#992796

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

Shades of Vivid Violet #992796

Tints of Vivid Violet #992796

Color information

#992796 (or 0x992796) is unknown color: approx Vivid Violet. HEX triplet: 99, 27 and 96. RGB value is (153,39,150). Sum of RGB (Red+Green+Blue) = 153+39+150=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #992796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992796 is #66D869. Grayscale: #555555. Windows color (decimal): -6740074 or 9840537. OLE color: 9840537.

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

Color convert

RGB15339150-
CMYK00.750.020.4
HSL301.58º59.38%37.65%-
HSV(B)301.58º74.51%60%-
XYZ19.3710.4329.85-
YUV85.74164.27175.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 39 (15.62% from 255) = 11.40%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=44.74%
G=11.40%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533915000.750.020.4301.5859.3837.65
Hex99279604B22812e3b26
Octal2314722601132504567346
Binary10011001100111100101100100101110101000100101110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992796; }

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

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

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

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

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

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

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

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