Html Css Color HEX #811ADB Blue Violet

📋 copy color: '#811ADB'

red 129 ◦ green 26 ◦ blue 219

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

Shades of Blue Violet #811ADB

Tints of Blue Violet #811ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.95%

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

R = 34.49%
G = 6.95%
B = 58.56%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#811ADB (or 0x811ADB) is known color: Blue Violet. HEX triplet: 81, 1A and DB. RGB value is (129,26,219). Sum of RGB (Red+Green+Blue) = 129+26+219=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #811ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ADB is #7EE524. Grayscale: #4E4E4E. Windows color (decimal): -8316197 or 14359169. OLE color: 14359169.

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

Color convert

RGB 129 26 219 -
CMYK 0.41 0.88 0 0.14
HSL 272.02º 0.79% 0.48% -
HSV(B) 272.02º 0.88% 0.86% -
XYZ 22.21 10.52 67.88 -
YUV 78.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 129 26 219 0.41 0.88 0 0.14 272.02 0.79 0.48
Hex 81 1A DB 29 58 0 E 110 4F 30
Octal 201 32 333 51 130 0 16 420 117 60
Binary 10000001 11010 11011011 101001 1011000 0 1110 100010000 1001111 110000

Color Harmonies of #811ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811ADB

Black with #811ADB

Text Example


Text Example

White with #811ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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