Html Css Color HEX #811AD9 Blue Violet

📋 copy color: '#811AD9'

red 129 ◦ green 26 ◦ blue 217

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

Shades of Blue Violet #811AD9

Tints of Blue Violet #811AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 58.33%

R = 34.68%
G = 6.99%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#811AD9 (or 0x811AD9) is known color: Blue Violet. HEX triplet: 81, 1A and D9. RGB value is (129,26,217). Sum of RGB (Red+Green+Blue) = 129+26+217=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 217 (85.16% from 255 or 58.33% from 372); Max value from RGB is 217 - color contains mainly: blue. Hex color #811AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811AD9 is #7EE526. Grayscale: #4D4D4D. Windows color (decimal): -8316199 or 14228097. OLE color: 14228097.

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

Color convert

RGB 129 26 217 -
CMYK 0.41 0.88 0 0.15
HSL 272.36º 0.79% 0.48% -
HSV(B) 272.36º 0.88% 0.85% -
XYZ 21.95 10.42 66.5 -
YUV 78.57 206.12 163.97 -
System Red Green Blue C M Y K H S L
Decimal 129 26 217 0.41 0.88 0 0.15 272.36 0.79 0.48
Hex 81 1A D9 29 58 0 F 110 4F 30
Octal 201 32 331 51 130 0 17 420 117 60
Binary 10000001 11010 11011001 101001 1011000 0 1111 100010000 1001111 110000

Color Harmonies of #811AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811AD9

Black with #811AD9

Text Example


Text Example

White with #811AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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