Html Css Color HEX #812EED Blue Violet

📋 copy color: '#812EED'

red 129 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #812EED

Tints of Blue Violet #812EED

RGB

 RED value IS 129 (50.78% from 255) = 31.31%

 GREEN value IS 46 (18.36% from 255) = 11.17%

 BLUE value IS 237 (92.97% from 255) = 57.52%

R = 31.31%
G = 11.17%
B = 57.52%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#812EED (or 0x812EED) is known color: Blue Violet. HEX triplet: 81, 2E and ED. RGB value is (129,46,237). Sum of RGB (Red+Green+Blue) = 129+46+237=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #812EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812EED is #7ED112. Grayscale: #5B5B5B. Windows color (decimal): -8311059 or 15543937. OLE color: 15543937.

HSL color Cylindrical-coordinate representation of color #812EED: hue angle of 266.07º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812EED is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 46 237 -
CMYK 0.46 0.81 0 0.07
HSL 266.07º 0.84% 0.55% -
HSV(B) 266.07º 0.81% 0.93% -
XYZ 25.32 12.74 81.24 -
YUV 92.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 129 46 237 0.46 0.81 0 0.07 266.07 0.84 0.55
Hex 81 2E ED 2E 51 0 7 10A 54 37
Octal 201 56 355 56 121 0 7 412 124 67
Binary 10000001 101110 11101101 101110 1010001 0 111 100001010 1010100 110111

Color Harmonies of #812EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812EED

Black with #812EED

Text Example


Text Example

White with #812EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #812EED;
 }
 .AnyTagClassName
 {
   color: #812EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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