#812ea4

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

Shades of Vivid Violet #812EA4

Tints of Vivid Violet #812EA4

Color information

#812EA4 (or 0x812EA4) is unknown color: approx Vivid Violet. HEX triplet: 81, 2E and A4. RGB value is (129,46,164). Sum of RGB (Red+Green+Blue) = 129+46+164=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #812EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812EA4 is #7ED15B. Grayscale: #535353. Windows color (decimal): -8311132 or 10759809. OLE color: 10759809.

HSL color Cylindrical-coordinate representation of color #812EA4: hue angle of 282.2º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812EA4 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12946164-
CMYK0.210.7200.36
HSL282.2º56.19%41.18%-
HSV(B)282.2º71.95%64.31%-
XYZ16.739.336.04-
YUV84.27173159.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 164 (64.45% from 255) = 48.38%
R=38.05%
G=13.57%
B=48.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129461640.210.7200.36282.256.1941.18
Hex812EA4154802411a3829
Octal20156244251100444327051
Binary10000001101110101001001010110010000100100100011010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812ea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,46,164); }

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

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

 a { background-color: rgb(129,46,164); }

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

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

 span { border-color: rgb(129,46,164); }

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