Shades of Dark Purple #851D88
Tints of Dark Purple #851D88
RGB
CMYK
RGB Variations
Color information
#851D88 (or 0x851D88) is known color: Dark Purple. HEX triplet: 85, 1D and 88. RGB value is (133,29,136). Sum of RGB (Red+Green+Blue) = 133+29+136=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #851D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851D88 is #7AE277. Grayscale: #474747. Windows color (decimal): -8053368 or 8920453. OLE color: 8920453.
HSL color Cylindrical-coordinate representation of color #851D88: hue angle of 298.32º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851D88 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 29 | 136 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.47 |
| HSL | 298.32º | 0.65% | 0.32% | - |
| HSV(B) | 298.32º | 0.79% | 0.53% | - |
| XYZ | 14.56 | 7.64 | 24 | - |
| YUV | 72.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 136 | 0.02 | 0.79 | 0 | 0.47 | 298.32 | 0.65 | 0.32 |
| Hex | 85 | 1D | 88 | 2 | 4F | 0 | 2F | 12A | 41 | 20 |
| Octal | 205 | 35 | 210 | 2 | 117 | 0 | 57 | 452 | 101 | 40 |
| Binary | 10000101 | 11101 | 10001000 | 10 | 1001111 | 0 | 101111 | 100101010 | 1000001 | 100000 |
Color Harmonies of #851D88
Complementary color
Monochromatic Colors of #851D88
Black with #851D88
Text Example
Text Example
White with #851D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D88; }
p { color: rgb(133,29,136); }
H1.HeaderClassName
{
color: #851D88;
}
.AnyTagClassName
{
color: #851D88;
}
</style>
background-color css
<style>
a { background-color: #851D88; }
a { background-color: rgb(133,29,136); }
div.DivClassName
{
background-color: #851D88;
}
.BgClassName
{
background-color: #851D88;
}
</style>
border-color css
<style>
span { border-color: #851D88; }
span { border-color: rgb(133,29,136); }
td.TdClassName
{
border-color: #851D88;
}
.TagClassName
{
border-color: #851D88;
}
</style>