#812EA7

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

Shades of Vivid Violet #812EA7

Tints of Vivid Violet #812EA7

Color information

#812EA7 (or 0x812EA7) is unknown color: approx Vivid Violet. HEX triplet: 81, 2E and A7. RGB value is (129,46,167). Sum of RGB (Red+Green+Blue) = 129+46+167=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #812EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812EA7 is #7ED158. Grayscale: #545454. Windows color (decimal): -8311129 or 10956417. OLE color: 10956417.

HSL color Cylindrical-coordinate representation of color #812EA7: hue angle of 281.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812EA7 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12946167-
CMYK0.230.7200.35
HSL281.16º56.81%41.76%-
HSV(B)281.16º72.46%65.49%-
XYZ17.019.4137.48-
YUV84.61174.5159.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.72%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 167 (65.62% from 255) = 48.83%
R=37.72%
G=13.45%
B=48.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal129461670.230.7200.35281.1656.8141.76
Hex812EA71748023119392a
Octal20156247271100434317152
Binary10000001101110101001111011110010000100011100011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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