Html Css Color HEX #811EDB Blue Violet

📋 copy color: '#811EDB'

red 129 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #811EDB

Tints of Blue Violet #811EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.94%

R = 34.13%
G = 7.94%
B = 57.94%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#811EDB (or 0x811EDB) is known color: Blue Violet. HEX triplet: 81, 1E and DB. RGB value is (129,30,219). Sum of RGB (Red+Green+Blue) = 129+30+219=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #811EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811EDB is #7EE124. Grayscale: #505050. Windows color (decimal): -8315173 or 14360193. OLE color: 14360193.

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

Color convert

RGB 129 30 219 -
CMYK 0.41 0.86 0 0.14
HSL 271.43º 0.76% 0.49% -
HSV(B) 271.43º 0.86% 0.86% -
XYZ 22.3 10.71 67.91 -
YUV 81.15 205.8 162.13 -
System Red Green Blue C M Y K H S L
Decimal 129 30 219 0.41 0.86 0 0.14 271.43 0.76 0.49
Hex 81 1E DB 29 56 0 E 10F 4C 31
Octal 201 36 333 51 126 0 16 417 114 61
Binary 10000001 11110 11011011 101001 1010110 0 1110 100001111 1001100 110001

Color Harmonies of #811EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811EDB

Black with #811EDB

Text Example


Text Example

White with #811EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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