Shades of Dark Purple #81096C
Tints of Dark Purple #81096C
RGB
CMYK
RGB Variations
Color information
#81096C (or 0x81096C) is known color: Dark Purple. HEX triplet: 81, 09 and 6C. RGB value is (129,9,108). Sum of RGB (Red+Green+Blue) = 129+9+108=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81096C is #7EF693. Grayscale: #373737. Windows color (decimal): -8320660 or 7080321. OLE color: 7080321.
HSL color Cylindrical-coordinate representation of color #81096C: hue angle of 310.5º 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 #81096C is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.49 |
| HSL | 310.5º | 0.87% | 0.27% | - |
| HSV(B) | 310.5º | 0.93% | 0.51% | - |
| XYZ | 11.86 | 5.95 | 14.71 | - |
| YUV | 56.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 108 | 0 | 0.93 | 0.16 | 0.49 | 310.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | 6C | 0 | 5D | 10 | 31 | 136 | 57 | 1B |
| Octal | 201 | 11 | 154 | 0 | 135 | 20 | 61 | 466 | 127 | 33 |
| Binary | 10000001 | 1001 | 1101100 | 0 | 1011101 | 10000 | 110001 | 100110110 | 1010111 | 11011 |
Color Harmonies of #81096C
Complementary color
Monochromatic Colors of #81096C
Black with #81096C
Text Example
Text Example
White with #81096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81096C; }
p { color: rgb(129,9,108); }
H1.HeaderClassName
{
color: #81096C;
}
.AnyTagClassName
{
color: #81096C;
}
</style>
background-color css
<style>
a { background-color: #81096C; }
a { background-color: rgb(129,9,108); }
div.DivClassName
{
background-color: #81096C;
}
.BgClassName
{
background-color: #81096C;
}
</style>
border-color css
<style>
span { border-color: #81096C; }
span { border-color: rgb(129,9,108); }
td.TdClassName
{
border-color: #81096C;
}
.TagClassName
{
border-color: #81096C;
}
</style>