Html Css Color HEX #812EE1 Blue Violet

📋 copy color: '#812EE1'

red 129 ◦ green 46 ◦ blue 225

#812EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #812EE1

Tints of Blue Violet #812EE1

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 value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#812EE1 (or 0x812EE1) is known color: 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

RGB 129 46 225 -
CMYK 0.43 0.80 0 0.12
HSL 267.82º 0.75% 0.53% -
HSV(B) 267.82º 0.8% 0.88% -
XYZ 23.62 12.06 72.32 -
YUV 91.22 203.5 154.95 -
System Red Green Blue C M Y K H S L
Decimal 129 46 225 0.43 0.80 0 0.12 267.82 0.75 0.53
Hex 81 2E E1 2B 50 0 C 10C 4B 35
Octal 201 56 341 53 120 0 14 414 113 65
Binary 10000001 101110 11100001 101011 1010000 0 1100 100001100 1001011 110101

Color Harmonies of #812EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812EE1

Black with #812EE1

Text Example


Text Example

White with #812EE1

Text Example


Text Example

HTML Codes & Css Web 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>