Shades of Dark Purple #851066
Tints of Dark Purple #851066
RGB
CMYK
RGB Variations
Color information
#851066 (or 0x851066) is known color: Dark Purple. HEX triplet: 85, 10 and 66. RGB value is (133,16,102). Sum of RGB (Red+Green+Blue) = 133+16+102=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851066 is #7AEF99. Grayscale: #3C3C3C. Windows color (decimal): -8056730 or 6688901. OLE color: 6688901.
HSL color Cylindrical-coordinate representation of color #851066: hue angle of 315.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851066 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 102 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.48 |
| HSL | 315.9º | 0.79% | 0.29% | - |
| HSV(B) | 315.9º | 0.88% | 0.52% | - |
| XYZ | 12.26 | 6.32 | 13.14 | - |
| YUV | 60.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 102 | 0 | 0.88 | 0.23 | 0.48 | 315.9 | 0.79 | 0.29 |
| Hex | 85 | 10 | 66 | 0 | 58 | 17 | 30 | 13C | 4F | 1D |
| Octal | 205 | 20 | 146 | 0 | 130 | 27 | 60 | 474 | 117 | 35 |
| Binary | 10000101 | 10000 | 1100110 | 0 | 1011000 | 10111 | 110000 | 100111100 | 1001111 | 11101 |
Color Harmonies of #851066
Complementary color
Monochromatic Colors of #851066
Black with #851066
Text Example
Text Example
White with #851066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851066; }
p { color: rgb(133,16,102); }
H1.HeaderClassName
{
color: #851066;
}
.AnyTagClassName
{
color: #851066;
}
</style>
background-color css
<style>
a { background-color: #851066; }
a { background-color: rgb(133,16,102); }
div.DivClassName
{
background-color: #851066;
}
.BgClassName
{
background-color: #851066;
}
</style>
border-color css
<style>
span { border-color: #851066; }
span { border-color: rgb(133,16,102); }
td.TdClassName
{
border-color: #851066;
}
.TagClassName
{
border-color: #851066;
}
</style>