#811999

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

Shades of Vivid Violet #811999

Tints of Vivid Violet #811999

Color information

#811999 (or 0x811999) is unknown color: approx Vivid Violet. HEX triplet: 81, 19 and 99. RGB value is (129,25,153). Sum of RGB (Red+Green+Blue) = 129+25+153=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #811999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811999 is #7EE666. Grayscale: #464646. Windows color (decimal): -8316519 or 10033537. OLE color: 10033537.

HSL color Cylindrical-coordinate representation of color #811999: hue angle of 288.75º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811999 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12925153-
CMYK0.160.8400.4
HSL288.75º71.91%34.9%-
HSV(B)288.75º83.66%60%-
XYZ15.157.6630.82-
YUV70.69174.46169.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=42.02%
G=8.14%
B=49.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129251530.160.8400.4288.7571.9134.9
Hex81199910540281214823
Octal201312312012405044111043
Binary10000001110011001100110000101010001010001001000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811999; }

 p { color: rgb(129,25,153); }

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

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

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

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

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

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

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