#992999

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

Shades of Vivid Violet #992999

Tints of Vivid Violet #992999

Color information

#992999 (or 0x992999) is unknown color: approx Vivid Violet. HEX triplet: 99, 29 and 99. RGB value is (153,41,153). Sum of RGB (Red+Green+Blue) = 153+41+153=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992999 is #66D666. Grayscale: #565656. Windows color (decimal): -6739559 or 10037657. OLE color: 10037657.

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

Color convert

RGB15341153-
CMYK00.7300.4
HSL300º57.73%38.04%-
HSV(B)300º73.2%60%-
XYZ19.6810.6631.16-
YUV87.26165.11174.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=44.09%
G=11.82%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534115300.7300.430057.7338.04
Hex99299904902812c3a26
Octal2315123101110504547246
Binary1001100110100110011001010010010101000100101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992999; }

 p { color: rgb(153,41,153); }

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

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

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

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

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

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

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