#812CA8

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

Shades of Vivid Violet #812CA8

Tints of Vivid Violet #812CA8

Color information

#812CA8 (or 0x812CA8) is unknown color: approx Vivid Violet. HEX triplet: 81, 2C and A8. RGB value is (129,44,168). Sum of RGB (Red+Green+Blue) = 129+44+168=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #812CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812CA8 is #7ED357. Grayscale: #535353. Windows color (decimal): -8311640 or 11021441. OLE color: 11021441.

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

Color convert

RGB12944168-
CMYK0.230.7400.34
HSL281.13º58.49%41.57%-
HSV(B)281.13º73.81%65.88%-
XYZ17.029.337.94-
YUV83.55175.66160.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 168 (66.02% from 255) = 49.27%
R=37.83%
G=12.90%
B=49.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129441680.230.7400.34281.1358.4941.57
Hex812CA8174A0221193a2a
Octal20154250271120424317252
Binary10000001101100101010001011110010100100010100011001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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