#812FA9

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

Shades of Vivid Violet #812FA9

Tints of Vivid Violet #812FA9

Color information

#812FA9 (or 0x812FA9) is unknown color: approx Vivid Violet. HEX triplet: 81, 2F and A9. RGB value is (129,47,169). Sum of RGB (Red+Green+Blue) = 129+47+169=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #812FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812FA9 is #7ED056. Grayscale: #555555. Windows color (decimal): -8310871 or 11087745. OLE color: 11087745.

HSL color Cylindrical-coordinate representation of color #812FA9: hue angle of 280.33º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812FA9 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12947169-
CMYK0.240.7200.34
HSL280.33º56.48%42.35%-
HSV(B)280.33º72.19%66.27%-
XYZ17.239.5638.47-
YUV85.43175.17159.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 47 (18.75% from 255) = 13.62%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=37.39%
G=13.62%
B=48.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129471690.240.7200.34280.3356.4842.35
Hex812FA91848022118382a
Octal20157251301100424307052
Binary10000001101111101010011100010010000100010100011000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,47,169); }

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

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

 a { background-color: rgb(129,47,169); }

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

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

 span { border-color: rgb(129,47,169); }

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