#812ee1

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

Shades of Blue Violet #812EE1

Tints of Blue Violet #812EE1

Color information

#812EE1 (or 0x812EE1) is unknown color: approx Blue Violet. HEX triplet: 81, 2E and E1. RGB value is (129,46,225). Sum of RGB (Red+Green+Blue) = 129+46+225=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #812EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812EE1 is #7ED11E. Grayscale: #5A5A5A. Windows color (decimal): -8311071 or 14757505. OLE color: 14757505.

HSL color Cylindrical-coordinate representation of color #812EE1: hue angle of 267.82º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #812EE1 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12946225-
CMYK0.430.8000.12
HSL267.82º74.9%53.14%-
HSV(B)267.82º79.56%88.24%-
XYZ23.6212.0672.32-
YUV91.22203.5154.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 46 (18.36% from 255) = 11.5%
BLUE value IS 225 (88.28% from 255) = 56.25%
R=32.25%
G=11.5%
B=56.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal129462250.430.8000.12267.8274.953.14
Hex812EE12B500C10c4b35
Octal201563415312001441411365
Binary10000001101110111000011010111010000011001000011001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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