Html Css Color HEX #811EDD Blue Violet

📋 copy color: '#811EDD'

red 129 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #811EDD

Tints of Blue Violet #811EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 33.95%
G = 7.89%
B = 58.16%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#811EDD (or 0x811EDD) is known color: Blue Violet. HEX triplet: 81, 1E and DD. RGB value is (129,30,221). Sum of RGB (Red+Green+Blue) = 129+30+221=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #811EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EDD is #7EE122. Grayscale: #505050. Windows color (decimal): -8315171 or 14491265. OLE color: 14491265.

HSL color Cylindrical-coordinate representation of color #811EDD: hue angle of 271.1º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811EDD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 30 221 -
CMYK 0.42 0.86 0 0.13
HSL 271.1º 0.76% 0.49% -
HSV(B) 271.1º 0.86% 0.87% -
XYZ 22.57 10.82 69.3 -
YUV 81.38 206.8 161.97 -
System Red Green Blue C M Y K H S L
Decimal 129 30 221 0.42 0.86 0 0.13 271.1 0.76 0.49
Hex 81 1E DD 2A 56 0 D 10F 4C 31
Octal 201 36 335 52 126 0 15 417 114 61
Binary 10000001 11110 11011101 101010 1010110 0 1101 100001111 1001100 110001

Color Harmonies of #811EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811EDD

Black with #811EDD

Text Example


Text Example

White with #811EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,30,221); }

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

background-color css

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

 a { background-color: rgb(129,30,221); }

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

border-color css

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

 span { border-color: rgb(129,30,221); }

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