#812094

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

Shades of Vivid Violet #812094

Tints of Vivid Violet #812094

Color information

#812094 (or 0x812094) is unknown color: approx Vivid Violet. HEX triplet: 81, 20 and 94. RGB value is (129,32,148). Sum of RGB (Red+Green+Blue) = 129+32+148=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #812094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812094 is #7EDF6B. Grayscale: #494949. Windows color (decimal): -8314732 or 9707649. OLE color: 9707649.

HSL color Cylindrical-coordinate representation of color #812094: hue angle of 290.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812094 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12932148-
CMYK0.130.7800.42
HSL290.17º64.44%35.29%-
HSV(B)290.17º78.38%58.04%-
XYZ14.927.8428.74-
YUV74.23169.64167.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 32 (12.89% from 255) = 10.36%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=41.75%
G=10.36%
B=47.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129321480.130.7800.42290.1764.4435.29
Hex812094D4E02A1224023
Octal201402241511605244210043
Binary10000001100000100101001101100111001010101001000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812094; }

 p { color: rgb(129,32,148); }

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

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

 a { background-color: rgb(129,32,148); }

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

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

 span { border-color: rgb(129,32,148); }

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