#81096F

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

Shades of Purple #81096F

Tints of Purple #81096F

Color information

#81096F (or 0x81096F) is unknown color: approx Purple. HEX triplet: 81, 09 and 6F. RGB value is (129,9,111). Sum of RGB (Red+Green+Blue) = 129+9+111=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #81096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81096F is #7EF690. Grayscale: #383838. Windows color (decimal): -8320657 or 7276929. OLE color: 7276929.

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

Color convert

RGB1299111-
CMYK00.930.140.49
HSL309º86.96%27.06%-
HSV(B)309º93.02%50.59%-
XYZ12.026.0115.57-
YUV56.51158.76179.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 9 (3.91% from 255) = 3.61%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=51.81%
G=3.61%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129911100.930.140.4930986.9627.06
Hex8196F05DE31135571b
Octal201111570135166146512733
Binary1000000110011101111010111011110110001100110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81096F; }

 p { color: rgb(129,9,111); }

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

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

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

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

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

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

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