#992799

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

Shades of Vivid Violet #992799

Tints of Vivid Violet #992799

Color information

#992799 (or 0x992799) is unknown color: approx Vivid Violet. HEX triplet: 99, 27 and 99. RGB value is (153,39,153). Sum of RGB (Red+Green+Blue) = 153+39+153=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #992799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992799 is #66D866. Grayscale: #555555. Windows color (decimal): -6740071 or 10037145. OLE color: 10037145.

HSL color Cylindrical-coordinate representation of color #992799: hue angle of 300º 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 #992799 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15339153-
CMYK00.7500.4
HSL300º59.38%37.65%-
HSV(B)300º74.51%60%-
XYZ19.6110.5231.13-
YUV86.08165.77175.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=44.35%
G=11.30%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533915300.7500.430059.3837.65
Hex99279904B02812c3b26
Octal2314723101130504547346
Binary1001100110011110011001010010110101000100101100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992799; }

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

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

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

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

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

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

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

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