#81086D

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

Shades of Purple #81086D

Tints of Purple #81086D

Color information

#81086D (or 0x81086D) is unknown color: approx Purple. HEX triplet: 81, 08 and 6D. RGB value is (129,8,109). Sum of RGB (Red+Green+Blue) = 129+8+109=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81086D is #7EF792. Grayscale: #373737. Windows color (decimal): -8320915 or 7145601. OLE color: 7145601.

HSL color Cylindrical-coordinate representation of color #81086D: hue angle of 309.92º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81086D is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB1298109-
CMYK00.940.160.49
HSL309.92º88.32%26.86%-
HSV(B)309.92º93.8%50.59%-
XYZ11.95.9414.99-
YUV55.69158.09180.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 8 (3.52% from 255) = 3.25%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=52.44%
G=3.25%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129810900.940.160.49309.9288.3226.86
Hex8186D05E1031136581b
Octal201101550136206146613033
Binary10000001100011011010101111010000110001100110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81086D; }

 p { color: rgb(129,8,109); }

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

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

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

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

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

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

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