#812498

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

Shades of Vivid Violet #812498

Tints of Vivid Violet #812498

Color information

#812498 (or 0x812498) is unknown color: approx Vivid Violet. HEX triplet: 81, 24 and 98. RGB value is (129,36,152). Sum of RGB (Red+Green+Blue) = 129+36+152=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #812498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812498 is #7EDB67. Grayscale: #4C4C4C. Windows color (decimal): -8313704 or 9970817. OLE color: 9970817.

HSL color Cylindrical-coordinate representation of color #812498: hue angle of 288.1º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812498 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12936152-
CMYK0.150.7600.40
HSL288.1º61.7%36.86%-
HSV(B)288.1º76.32%59.61%-
XYZ15.358.230.48-
YUV77.03170.31165.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 36 (14.45% from 255) = 11.36%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=40.69%
G=11.36%
B=47.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129361520.150.7600.40288.161.736.86
Hex812498F4C0281203e25
Octal20144230171140504407645
Binary1000000110010010011000111110011000101000100100000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812498; }

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

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

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

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

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

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

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

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