Shades of Purple #81086F
Tints of Purple #81086F
RGB
CMYK
RGB Variations
Color information
#81086F (or 0x81086F) is known color: Purple. HEX triplet: 81, 08 and 6F. RGB value is (129,8,111). Sum of RGB (Red+Green+Blue) = 129+8+111=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #81086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81086F is #7EF790. Grayscale: #373737. Windows color (decimal): -8320913 or 7276673. OLE color: 7276673.
HSL color Cylindrical-coordinate representation of color #81086F: hue angle of 308.93º 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 #81086F is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 111 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.49 |
| HSL | 308.93º | 0.88% | 0.27% | - |
| HSV(B) | 308.93º | 0.94% | 0.51% | - |
| XYZ | 12.01 | 5.99 | 15.56 | - |
| YUV | 55.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 111 | 0 | 0.94 | 0.14 | 0.49 | 308.93 | 0.88 | 0.27 |
| Hex | 81 | 8 | 6F | 0 | 5E | E | 31 | 135 | 58 | 1B |
| Octal | 201 | 10 | 157 | 0 | 136 | 16 | 61 | 465 | 130 | 33 |
| Binary | 10000001 | 1000 | 1101111 | 0 | 1011110 | 1110 | 110001 | 100110101 | 1011000 | 11011 |
Color Harmonies of #81086F
Complementary color
Monochromatic Colors of #81086F
Black with #81086F
Text Example
Text Example
White with #81086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81086F; }
p { color: rgb(129,8,111); }
H1.HeaderClassName
{
color: #81086F;
}
.AnyTagClassName
{
color: #81086F;
}
</style>
background-color css
<style>
a { background-color: #81086F; }
a { background-color: rgb(129,8,111); }
div.DivClassName
{
background-color: #81086F;
}
.BgClassName
{
background-color: #81086F;
}
</style>
border-color css
<style>
span { border-color: #81086F; }
span { border-color: rgb(129,8,111); }
td.TdClassName
{
border-color: #81086F;
}
.TagClassName
{
border-color: #81086F;
}
</style>