Html Css Color HEX #811181 Purple

📋 copy color: '#811181'

red 129 ◦ green 17 ◦ blue 129

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

Shades of Purple #811181

Tints of Purple #811181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

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

R = 46.91%
G = 6.18%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#811181 (or 0x811181) is known color: Purple. HEX triplet: 81, 11 and 81. RGB value is (129,17,129). Sum of RGB (Red+Green+Blue) = 129+17+129=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #811181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811181 is #7EEE7E. Grayscale: #3E3E3E. Windows color (decimal): -8318591 or 8458625. OLE color: 8458625.

HSL color Cylindrical-coordinate representation of color #811181: hue angle of 300º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811181 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 129 -
CMYK 0 0.87 0 0.49
HSL 300º 0.77% 0.29% -
HSV(B) 300º 0.87% 0.51% -
XYZ 13.22 6.65 21.36 -
YUV 63.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 129 17 129 0 0.87 0 0.49 300 0.77 0.29
Hex 81 11 81 0 57 0 31 12C 4D 1D
Octal 201 21 201 0 127 0 61 454 115 35
Binary 10000001 10001 10000001 0 1010111 0 110001 100101100 1001101 11101

Color Harmonies of #811181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811181

Black with #811181

Text Example


Text Example

White with #811181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811181; }

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

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

background-color css

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

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

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

border-color css

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

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

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