#811998

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

Shades of Vivid Violet #811998

Tints of Vivid Violet #811998

Color information

#811998 (or 0x811998) is unknown color: approx Vivid Violet. HEX triplet: 81, 19 and 98. RGB value is (129,25,152). Sum of RGB (Red+Green+Blue) = 129+25+152=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #811998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811998 is #7EE667. Grayscale: #464646. Windows color (decimal): -8316520 or 9968001. OLE color: 9968001.

HSL color Cylindrical-coordinate representation of color #811998: hue angle of 289.13º 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 #811998 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12925152-
CMYK0.150.8400.40
HSL289.13º71.75%34.71%-
HSV(B)289.13º83.55%59.61%-
XYZ15.077.6330.38-
YUV70.57173.96169.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 25 (10.16% from 255) = 8.17%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=42.16%
G=8.17%
B=49.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129251520.150.8400.40289.1371.7534.71
Hex811998F540281214823
Octal201312301712405044111043
Binary1000000111001100110001111101010001010001001000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811998; }

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

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

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

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

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

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

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

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