Html Css Color HEX #811DEC Blue Violet

📋 copy color: '#811DEC'

red 129 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #811DEC

Tints of Blue Violet #811DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.36%

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 32.74%
G = 7.36%
B = 59.9%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#811DEC (or 0x811DEC) is known color: Blue Violet. HEX triplet: 81, 1D and EC. RGB value is (129,29,236). Sum of RGB (Red+Green+Blue) = 129+29+236=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #811DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DEC is #7EE213. Grayscale: #515151. Windows color (decimal): -8315412 or 15474049. OLE color: 15474049.

HSL color Cylindrical-coordinate representation of color #811DEC: hue angle of 268.99º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811DEC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 29 236 -
CMYK 0.45 0.88 0 0.07
HSL 268.99º 0.84% 0.52% -
HSV(B) 268.99º 0.88% 0.93% -
XYZ 24.63 11.6 80.3 -
YUV 82.5 214.63 161.17 -
System Red Green Blue C M Y K H S L
Decimal 129 29 236 0.45 0.88 0 0.07 268.99 0.84 0.52
Hex 81 1D EC 2D 58 0 7 10D 54 34
Octal 201 35 354 55 130 0 7 415 124 64
Binary 10000001 11101 11101100 101101 1011000 0 111 100001101 1010100 110100

Color Harmonies of #811DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DEC

Black with #811DEC

Text Example


Text Example

White with #811DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811DEC; }

 p { color: rgb(129,29,236); }

 H1.HeaderClassName
 {
   color: #811DEC;
 }
 .AnyTagClassName
 {
   color: #811DEC;
 }
</style>

background-color css

<style>
 a { background-color: #811DEC; }

 a { background-color: rgb(129,29,236); }

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

border-color css

<style>
 span { border-color: #811DEC; }

 span { border-color: rgb(129,29,236); }

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