#812CAE

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

Shades of Vivid Violet #812CAE

Tints of Vivid Violet #812CAE

Color information

#812CAE (or 0x812CAE) is unknown color: approx Vivid Violet. HEX triplet: 81, 2C and AE. RGB value is (129,44,174). Sum of RGB (Red+Green+Blue) = 129+44+174=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #812CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812CAE is #7ED351. Grayscale: #535353. Windows color (decimal): -8311634 or 11414657. OLE color: 11414657.

HSL color Cylindrical-coordinate representation of color #812CAE: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812CAE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12944174-
CMYK0.260.7500.32
HSL279.23º59.63%42.75%-
HSV(B)279.23º74.71%68.24%-
XYZ17.599.5240.96-
YUV84.24178.66159.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 44 (17.58% from 255) = 12.68%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=37.18%
G=12.68%
B=50.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129441740.260.7500.32279.2359.6342.75
Hex812CAE1A4B0201173c2b
Octal20154256321130404277453
Binary10000001101100101011101101010010110100000100010111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812CAE; }

 p { color: rgb(129,44,174); }

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

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

 a { background-color: rgb(129,44,174); }

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

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

 span { border-color: rgb(129,44,174); }

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