Shades of Purple #81086E
Tints of Purple #81086E
RGB
CMYK
RGB Variations
Color information
#81086E (or 0x81086E) is known color: Purple. HEX triplet: 81, 08 and 6E. RGB value is (129,8,110). Sum of RGB (Red+Green+Blue) = 129+8+110=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81086E is #7EF791. Grayscale: #373737. Windows color (decimal): -8320914 or 7211137. OLE color: 7211137.
HSL color Cylindrical-coordinate representation of color #81086E: hue angle of 309.42º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81086E is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.49 |
| HSL | 309.42º | 0.88% | 0.27% | - |
| HSV(B) | 309.42º | 0.94% | 0.51% | - |
| XYZ | 11.95 | 5.97 | 15.27 | - |
| YUV | 55.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 110 | 0 | 0.94 | 0.15 | 0.49 | 309.42 | 0.88 | 0.27 |
| Hex | 81 | 8 | 6E | 0 | 5E | F | 31 | 135 | 58 | 1B |
| Octal | 201 | 10 | 156 | 0 | 136 | 17 | 61 | 465 | 130 | 33 |
| Binary | 10000001 | 1000 | 1101110 | 0 | 1011110 | 1111 | 110001 | 100110101 | 1011000 | 11011 |
Color Harmonies of #81086E
Complementary color
Monochromatic Colors of #81086E
Black with #81086E
Text Example
Text Example
White with #81086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81086E; }
p { color: rgb(129,8,110); }
H1.HeaderClassName
{
color: #81086E;
}
.AnyTagClassName
{
color: #81086E;
}
</style>
background-color css
<style>
a { background-color: #81086E; }
a { background-color: rgb(129,8,110); }
div.DivClassName
{
background-color: #81086E;
}
.BgClassName
{
background-color: #81086E;
}
</style>
border-color css
<style>
span { border-color: #81086E; }
span { border-color: rgb(129,8,110); }
td.TdClassName
{
border-color: #81086E;
}
.TagClassName
{
border-color: #81086E;
}
</style>