#81096B

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

Shades of Dark Purple #81096B

Tints of Dark Purple #81096B

Color information

#81096B (or 0x81096B) is unknown color: approx Dark Purple. HEX triplet: 81, 09 and 6B. RGB value is (129,9,107). Sum of RGB (Red+Green+Blue) = 129+9+107=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81096B is #7EF694. Grayscale: #373737. Windows color (decimal): -8320661 or 7014785. OLE color: 7014785.

HSL color Cylindrical-coordinate representation of color #81096B: hue angle of 311º 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 #81096B is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB1299107-
CMYK00.930.170.49
HSL311º86.96%27.06%-
HSV(B)311º93.02%50.59%-
XYZ11.85.9214.43-
YUV56.05156.76180.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=52.65%
G=3.67%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129910700.930.170.4931186.9627.06
Hex8196B05D1131137571b
Octal201111530135216146712733
Binary10000001100111010110101110110001110001100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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