#811182

Color #811182 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #811182

Tints of Purple #811182

Color information

#811182 (or 0x811182) is unknown color: approx Purple. HEX triplet: 81, 11 and 82. RGB value is (129,17,130). Sum of RGB (Red+Green+Blue) = 129+17+130=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #811182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811182 is #7EEE7D. Grayscale: #3F3F3F. Windows color (decimal): -8318590 or 8524161. OLE color: 8524161.

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

Color convert

RGB12917130-
CMYK0.010.8700.49
HSL299.47º76.87%28.82%-
HSV(B)299.47º86.92%50.98%-
XYZ13.286.6821.71-
YUV63.37165.61174.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=46.74%
G=6.16%
B=47.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129171300.010.8700.49299.4776.8728.82
Hex81118215703112b4d1d
Octal20121202112706145311535
Binary100000011000110000010110101110110001100101011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811182; }

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

 H1.HeaderClassName
 {
   color: #811182;
 }
 .AnyTagClassName
 {
   color: #811182;
 }
</style>
background-color css

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

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

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

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

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

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