Shades of Dark Purple #851566
Tints of Dark Purple #851566
RGB
CMYK
RGB Variations
Color information
#851566 (or 0x851566) is known color: Dark Purple. HEX triplet: 85, 15 and 66. RGB value is (133,21,102). Sum of RGB (Red+Green+Blue) = 133+21+102=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851566 is #7AEA99. Grayscale: #3F3F3F. Windows color (decimal): -8055450 or 6690181. OLE color: 6690181.
HSL color Cylindrical-coordinate representation of color #851566: hue angle of 316.61º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851566 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 102 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.48 |
| HSL | 316.61º | 0.73% | 0.3% | - |
| HSV(B) | 316.61º | 0.84% | 0.52% | - |
| XYZ | 12.34 | 6.48 | 13.17 | - |
| YUV | 63.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 102 | 0 | 0.84 | 0.23 | 0.48 | 316.61 | 0.73 | 0.3 |
| Hex | 85 | 15 | 66 | 0 | 54 | 17 | 30 | 13D | 49 | 1E |
| Octal | 205 | 25 | 146 | 0 | 124 | 27 | 60 | 475 | 111 | 36 |
| Binary | 10000101 | 10101 | 1100110 | 0 | 1010100 | 10111 | 110000 | 100111101 | 1001001 | 11110 |
Color Harmonies of #851566
Complementary color
Monochromatic Colors of #851566
Black with #851566
Text Example
Text Example
White with #851566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851566; }
p { color: rgb(133,21,102); }
H1.HeaderClassName
{
color: #851566;
}
.AnyTagClassName
{
color: #851566;
}
</style>
background-color css
<style>
a { background-color: #851566; }
a { background-color: rgb(133,21,102); }
div.DivClassName
{
background-color: #851566;
}
.BgClassName
{
background-color: #851566;
}
</style>
border-color css
<style>
span { border-color: #851566; }
span { border-color: rgb(133,21,102); }
td.TdClassName
{
border-color: #851566;
}
.TagClassName
{
border-color: #851566;
}
</style>