#812dae

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

Shades of Vivid Violet #812DAE

Tints of Vivid Violet #812DAE

Color information

#812DAE (or 0x812DAE) is unknown color: approx Vivid Violet. HEX triplet: 81, 2D and AE. RGB value is (129,45,174). Sum of RGB (Red+Green+Blue) = 129+45+174=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #812DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DAE is #7ED251. Grayscale: #545454. Windows color (decimal): -8311378 or 11414913. OLE color: 11414913.

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

Color convert

RGB12945174-
CMYK0.260.7400.32
HSL279.07º58.9%42.94%-
HSV(B)279.07º74.14%68.24%-
XYZ17.639.640.97-
YUV84.82178.33159.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 174 (68.36% from 255) = 50%
R=37.07%
G=12.93%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129451740.260.7400.32279.0758.942.94
Hex812DAE1A4A0201173b2b
Octal20155256321120404277353
Binary10000001101101101011101101010010100100000100010111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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