#812896

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

Shades of Vivid Violet #812896

Tints of Vivid Violet #812896

Color information

#812896 (or 0x812896) is unknown color: approx Vivid Violet. HEX triplet: 81, 28 and 96. RGB value is (129,40,150). Sum of RGB (Red+Green+Blue) = 129+40+150=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #812896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812896 is #7ED769. Grayscale: #4E4E4E. Windows color (decimal): -8312682 or 9840769. OLE color: 9840769.

HSL color Cylindrical-coordinate representation of color #812896: hue angle of 288.55º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812896 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12940150-
CMYK0.140.7300.41
HSL288.55º57.89%37.25%-
HSV(B)288.55º73.33%58.82%-
XYZ15.328.3929.67-
YUV79.15167.99163.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=40.44%
G=12.54%
B=47.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129401500.140.7300.41288.5557.8937.25
Hex812896E490291213a25
Octal20150226161110514417245
Binary1000000110100010010110111010010010101001100100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812896; }

 p { color: rgb(129,40,150); }

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

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

 a { background-color: rgb(129,40,150); }

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

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

 span { border-color: rgb(129,40,150); }

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