Shades of Dark Purple #851988
Tints of Dark Purple #851988
RGB
CMYK
RGB Variations
Color information
#851988 (or 0x851988) is known color: Dark Purple. HEX triplet: 85, 19 and 88. RGB value is (133,25,136). Sum of RGB (Red+Green+Blue) = 133+25+136=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #851988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851988 is #7AE677. Grayscale: #454545. Windows color (decimal): -8054392 or 8919429. OLE color: 8919429.
HSL color Cylindrical-coordinate representation of color #851988: hue angle of 298.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851988 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 25 | 136 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.47 |
| HSL | 298.38º | 0.69% | 0.32% | - |
| HSV(B) | 298.38º | 0.82% | 0.53% | - |
| XYZ | 14.46 | 7.46 | 23.97 | - |
| YUV | 69.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 136 | 0.02 | 0.82 | 0 | 0.47 | 298.38 | 0.69 | 0.32 |
| Hex | 85 | 19 | 88 | 2 | 52 | 0 | 2F | 12A | 45 | 20 |
| Octal | 205 | 31 | 210 | 2 | 122 | 0 | 57 | 452 | 105 | 40 |
| Binary | 10000101 | 11001 | 10001000 | 10 | 1010010 | 0 | 101111 | 100101010 | 1000101 | 100000 |
Color Harmonies of #851988
Complementary color
Monochromatic Colors of #851988
Black with #851988
Text Example
Text Example
White with #851988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851988; }
p { color: rgb(133,25,136); }
H1.HeaderClassName
{
color: #851988;
}
.AnyTagClassName
{
color: #851988;
}
</style>
background-color css
<style>
a { background-color: #851988; }
a { background-color: rgb(133,25,136); }
div.DivClassName
{
background-color: #851988;
}
.BgClassName
{
background-color: #851988;
}
</style>
border-color css
<style>
span { border-color: #851988; }
span { border-color: rgb(133,25,136); }
td.TdClassName
{
border-color: #851988;
}
.TagClassName
{
border-color: #851988;
}
</style>