#812DAA

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

Shades of Vivid Violet #812DAA

Tints of Vivid Violet #812DAA

Color information

#812DAA (or 0x812DAA) is unknown color: approx Vivid Violet. HEX triplet: 81, 2D and AA. RGB value is (129,45,170). Sum of RGB (Red+Green+Blue) = 129+45+170=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #812DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DAA is #7ED255. Grayscale: #535353. Windows color (decimal): -8311382 or 11152769. OLE color: 11152769.

HSL color Cylindrical-coordinate representation of color #812DAA: hue angle of 280.32º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812DAA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12945170-
CMYK0.240.7400.33
HSL280.32º58.14%42.16%-
HSV(B)280.32º73.53%66.67%-
XYZ17.259.4538.94-
YUV84.37176.33159.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 45 (17.97% from 255) = 13.08%
BLUE value IS 170 (66.80% from 255) = 49.42%
R=37.5%
G=13.08%
B=49.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129451700.240.7400.33280.3258.1442.16
Hex812DAA184A0211183a2a
Octal20155252301120414307252
Binary10000001101101101010101100010010100100001100011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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