Html Css Color HEX #811CDB Blue Violet

📋 copy color: '#811CDB'

red 129 ◦ green 28 ◦ blue 219

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

Shades of Blue Violet #811CDB

Tints of Blue Violet #811CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

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

R = 34.31%
G = 7.45%
B = 58.24%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#811CDB (or 0x811CDB) is known color: Blue Violet. HEX triplet: 81, 1C and DB. RGB value is (129,28,219). Sum of RGB (Red+Green+Blue) = 129+28+219=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #811CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CDB is #7EE324. Grayscale: #4F4F4F. Windows color (decimal): -8315685 or 14359681. OLE color: 14359681.

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

Color convert

RGB 129 28 219 -
CMYK 0.41 0.87 0 0.14
HSL 271.73º 0.77% 0.48% -
HSV(B) 271.73º 0.87% 0.86% -
XYZ 22.25 10.61 67.89 -
YUV 79.97 206.46 162.97 -
System Red Green Blue C M Y K H S L
Decimal 129 28 219 0.41 0.87 0 0.14 271.73 0.77 0.48
Hex 81 1C DB 29 57 0 E 110 4D 30
Octal 201 34 333 51 127 0 16 420 115 60
Binary 10000001 11100 11011011 101001 1010111 0 1110 100010000 1001101 110000

Color Harmonies of #811CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811CDB

Black with #811CDB

Text Example


Text Example

White with #811CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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