Html Css Color HEX #811081 Purple

📋 copy color: '#811081'

red 129 ◦ green 16 ◦ blue 129

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

Shades of Purple #811081

Tints of Purple #811081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 47.08%
G = 5.84%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#811081 (or 0x811081) is known color: Purple. HEX triplet: 81, 10 and 81. RGB value is (129,16,129). Sum of RGB (Red+Green+Blue) = 129+16+129=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #811081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811081 is #7EEF7E. Grayscale: #3E3E3E. Windows color (decimal): -8318847 or 8458369. OLE color: 8458369.

HSL color Cylindrical-coordinate representation of color #811081: hue angle of 300º 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 #811081 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 129 -
CMYK 0 0.88 0 0.49
HSL 300º 0.78% 0.28% -
HSV(B) 300º 0.88% 0.51% -
XYZ 13.2 6.62 21.35 -
YUV 62.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 129 16 129 0 0.88 0 0.49 300 0.78 0.28
Hex 81 10 81 0 58 0 31 12C 4E 1C
Octal 201 20 201 0 130 0 61 454 116 34
Binary 10000001 10000 10000001 0 1011000 0 110001 100101100 1001110 11100

Color Harmonies of #811081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811081

Black with #811081

Text Example


Text Example

White with #811081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811081; }

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

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

background-color css

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

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

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

border-color css

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

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

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