Html Css Color HEX #811080 Purple

📋 copy color: '#811080'

red 129 ◦ green 16 ◦ blue 128

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

Shades of Purple #811080

Tints of Purple #811080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 47.25%
G = 5.86%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#811080 (or 0x811080) is known color: Purple. HEX triplet: 81, 10 and 80. RGB value is (129,16,128). Sum of RGB (Red+Green+Blue) = 129+16+128=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #811080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811080 is #7EEF7F. Grayscale: #3E3E3E. Windows color (decimal): -8318848 or 8392833. OLE color: 8392833.

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

Color convert

RGB 129 16 128 -
CMYK 0 0.88 0.01 0.49
HSL 300.53º 0.78% 0.28% -
HSV(B) 300.53º 0.88% 0.51% -
XYZ 13.13 6.6 21 -
YUV 62.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 129 16 128 0 0.88 0.01 0.49 300.53 0.78 0.28
Hex 81 10 80 0 58 1 31 12D 4E 1C
Octal 201 20 200 0 130 1 61 455 116 34
Binary 10000001 10000 10000000 0 1011000 1 110001 100101101 1001110 11100

Color Harmonies of #811080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811080

Black with #811080

Text Example


Text Example

White with #811080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811080; }

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

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

background-color css

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

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

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

border-color css

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

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

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