Html Css Color HEX #811DD8 Blue Violet

📋 copy color: '#811DD8'

red 129 ◦ green 29 ◦ blue 216

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

Shades of Blue Violet #811DD8

Tints of Blue Violet #811DD8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.75%

 BLUE value IS 216 (84.77% from 255) = 57.75%

R = 34.49%
G = 7.75%
B = 57.75%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#811DD8 (or 0x811DD8) is known color: Blue Violet. HEX triplet: 81, 1D and D8. RGB value is (129,29,216). Sum of RGB (Red+Green+Blue) = 129+29+216=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #811DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DD8 is #7EE227. Grayscale: #4F4F4F. Windows color (decimal): -8315432 or 14163329. OLE color: 14163329.

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

Color convert

RGB 129 29 216 -
CMYK 0.40 0.87 0 0.15
HSL 272.09º 0.76% 0.48% -
HSV(B) 272.09º 0.87% 0.85% -
XYZ 21.89 10.5 65.84 -
YUV 80.22 204.63 162.79 -
System Red Green Blue C M Y K H S L
Decimal 129 29 216 0.40 0.87 0 0.15 272.09 0.76 0.48
Hex 81 1D D8 28 57 0 F 110 4C 30
Octal 201 35 330 50 127 0 17 420 114 60
Binary 10000001 11101 11011000 101000 1010111 0 1111 100010000 1001100 110000

Color Harmonies of #811DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811DD8

Black with #811DD8

Text Example


Text Example

White with #811DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,29,216); }

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

background-color css

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

 a { background-color: rgb(129,29,216); }

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

border-color css

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

 span { border-color: rgb(129,29,216); }

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