#81086C

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

Shades of Purple #81086C

Tints of Purple #81086C

Color information

#81086C (or 0x81086C) is unknown color: approx Purple. HEX triplet: 81, 08 and 6C. RGB value is (129,8,108). Sum of RGB (Red+Green+Blue) = 129+8+108=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81086C is #7EF793. Grayscale: #373737. Windows color (decimal): -8320916 or 7080065. OLE color: 7080065.

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

Color convert

RGB1298108-
CMYK00.940.160.49
HSL310.41º88.32%26.86%-
HSV(B)310.41º93.8%50.59%-
XYZ11.855.9214.71-
YUV55.58157.59180.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=52.65%
G=3.27%
B=44.08%

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
Decimal129810800.940.160.49310.4188.3226.86
Hex8186C05E1031136581b
Octal201101540136206146613033
Binary10000001100011011000101111010000110001100110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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