Shades of Dark Purple #81166F
Tints of Dark Purple #81166F
RGB
CMYK
RGB Variations
Color information
#81166F (or 0x81166F) is known color: Dark Purple. HEX triplet: 81, 16 and 6F. RGB value is (129,22,111). Sum of RGB (Red+Green+Blue) = 129+22+111=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #81166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81166F is #7EE990. Grayscale: #3F3F3F. Windows color (decimal): -8317329 or 7280257. OLE color: 7280257.
HSL color Cylindrical-coordinate representation of color #81166F: hue angle of 310.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81166F is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 111 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.49 |
| HSL | 310.09º | 0.71% | 0.3% | - |
| HSV(B) | 310.09º | 0.83% | 0.51% | - |
| XYZ | 12.21 | 6.39 | 15.63 | - |
| YUV | 64.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 111 | 0 | 0.83 | 0.14 | 0.49 | 310.09 | 0.71 | 0.3 |
| Hex | 81 | 16 | 6F | 0 | 53 | E | 31 | 136 | 47 | 1E |
| Octal | 201 | 26 | 157 | 0 | 123 | 16 | 61 | 466 | 107 | 36 |
| Binary | 10000001 | 10110 | 1101111 | 0 | 1010011 | 1110 | 110001 | 100110110 | 1000111 | 11110 |
Color Harmonies of #81166F
Complementary color
Monochromatic Colors of #81166F
Black with #81166F
Text Example
Text Example
White with #81166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81166F; }
p { color: rgb(129,22,111); }
H1.HeaderClassName
{
color: #81166F;
}
.AnyTagClassName
{
color: #81166F;
}
</style>
background-color css
<style>
a { background-color: #81166F; }
a { background-color: rgb(129,22,111); }
div.DivClassName
{
background-color: #81166F;
}
.BgClassName
{
background-color: #81166F;
}
</style>
border-color css
<style>
span { border-color: #81166F; }
span { border-color: rgb(129,22,111); }
td.TdClassName
{
border-color: #81166F;
}
.TagClassName
{
border-color: #81166F;
}
</style>