Shades of Dark Purple #81096B
Tints of Dark Purple #81096B
RGB
CMYK
RGB Variations
Color information
#81096B (or 0x81096B) is known color: 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
| RGB | 129 | 9 | 107 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.49 |
| HSL | 311º | 0.87% | 0.27% | - |
| HSV(B) | 311º | 0.93% | 0.51% | - |
| XYZ | 11.8 | 5.92 | 14.43 | - |
| YUV | 56.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 107 | 0 | 0.93 | 0.17 | 0.49 | 311 | 0.87 | 0.27 |
| Hex | 81 | 9 | 6B | 0 | 5D | 11 | 31 | 137 | 57 | 1B |
| Octal | 201 | 11 | 153 | 0 | 135 | 21 | 61 | 467 | 127 | 33 |
| Binary | 10000001 | 1001 | 1101011 | 0 | 1011101 | 10001 | 110001 | 100110111 | 1010111 | 11011 |
Color Harmonies of #81096B
Complementary color
Monochromatic Colors of #81096B
Black with #81096B
Text Example
Text Example
White with #81096B
Text Example
Text Example
HTML Codes & Css Web 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>