Html Css Color HEX #811C80 Dark Purple

📋 copy color: '#811C80'

red 129 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #811C80

Tints of Dark Purple #811C80

RGB

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

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

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

R = 45.26%
G = 9.82%
B = 44.91%

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

#811C80 (or 0x811C80) is known color: Dark Purple. HEX triplet: 81, 1C and 80. RGB value is (129,28,128). Sum of RGB (Red+Green+Blue) = 129+28+128=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #811C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811C80 is #7EE37F. Grayscale: #454545. Windows color (decimal): -8315776 or 8395905. OLE color: 8395905.

HSL color Cylindrical-coordinate representation of color #811C80: hue angle of 300.59º degrees, saturation: 0.64, 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 #811C80 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 128 -
CMYK 0 0.78 0.01 0.49
HSL 300.59º 0.64% 0.31% -
HSV(B) 300.59º 0.78% 0.51% -
XYZ 13.36 7.06 21.08 -
YUV 69.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 129 28 128 0 0.78 0.01 0.49 300.59 0.64 0.31
Hex 81 1C 80 0 4E 1 31 12D 40 1F
Octal 201 34 200 0 116 1 61 455 100 37
Binary 10000001 11100 10000000 0 1001110 1 110001 100101101 1000000 11111

Color Harmonies of #811C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C80

Black with #811C80

Text Example


Text Example

White with #811C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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