Shades of Purple #81096E
Tints of Purple #81096E
RGB
CMYK
RGB Variations
Color information
#81096E (or 0x81096E) is known color: Purple. HEX triplet: 81, 09 and 6E. RGB value is (129,9,110). Sum of RGB (Red+Green+Blue) = 129+9+110=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #81096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81096E is #7EF691. Grayscale: #383838. Windows color (decimal): -8320658 or 7211393. OLE color: 7211393.
HSL color Cylindrical-coordinate representation of color #81096E: hue angle of 309.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 #81096E is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 110 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.49 |
| HSL | 309.5º | 0.87% | 0.27% | - |
| HSV(B) | 309.5º | 0.93% | 0.51% | - |
| XYZ | 11.97 | 5.99 | 15.28 | - |
| YUV | 56.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 110 | 0 | 0.93 | 0.15 | 0.49 | 309.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | 6E | 0 | 5D | F | 31 | 136 | 57 | 1B |
| Octal | 201 | 11 | 156 | 0 | 135 | 17 | 61 | 466 | 127 | 33 |
| Binary | 10000001 | 1001 | 1101110 | 0 | 1011101 | 1111 | 110001 | 100110110 | 1010111 | 11011 |
Color Harmonies of #81096E
Complementary color
Monochromatic Colors of #81096E
Black with #81096E
Text Example
Text Example
White with #81096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81096E; }
p { color: rgb(129,9,110); }
H1.HeaderClassName
{
color: #81096E;
}
.AnyTagClassName
{
color: #81096E;
}
</style>
background-color css
<style>
a { background-color: #81096E; }
a { background-color: rgb(129,9,110); }
div.DivClassName
{
background-color: #81096E;
}
.BgClassName
{
background-color: #81096E;
}
</style>
border-color css
<style>
span { border-color: #81096E; }
span { border-color: rgb(129,9,110); }
td.TdClassName
{
border-color: #81096E;
}
.TagClassName
{
border-color: #81096E;
}
</style>