Html Css Color HEX #811D80 Dark Purple

📋 copy color: '#811D80'

red 129 ◦ green 29 ◦ blue 128

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

Shades of Dark Purple #811D80

Tints of Dark Purple #811D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 45.1%
G = 10.14%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#811D80 (or 0x811D80) is known color: Dark Purple. HEX triplet: 81, 1D and 80. RGB value is (129,29,128). Sum of RGB (Red+Green+Blue) = 129+29+128=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #811D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811D80 is #7EE27F. Grayscale: #454545. Windows color (decimal): -8315520 or 8396161. OLE color: 8396161.

HSL color Cylindrical-coordinate representation of color #811D80: hue angle of 300.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D80 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 29 128 -
CMYK 0 0.78 0.01 0.49
HSL 300.6º 0.63% 0.31% -
HSV(B) 300.6º 0.78% 0.51% -
XYZ 13.39 7.1 21.09 -
YUV 70.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 129 29 128 0 0.78 0.01 0.49 300.6 0.63 0.31
Hex 81 1D 80 0 4E 1 31 12D 3F 1F
Octal 201 35 200 0 116 1 61 455 77 37
Binary 10000001 11101 10000000 0 1001110 1 110001 100101101 111111 11111

Color Harmonies of #811D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811D80

Black with #811D80

Text Example


Text Example

White with #811D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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