Shades of Dark Purple #851886
Tints of Dark Purple #851886
RGB
CMYK
RGB Variations
Color information
#851886 (or 0x851886) is known color: Dark Purple. HEX triplet: 85, 18 and 86. RGB value is (133,24,134). Sum of RGB (Red+Green+Blue) = 133+24+134=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #851886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851886 is #7AE779. Grayscale: #444444. Windows color (decimal): -8054650 or 8788101. OLE color: 8788101.
HSL color Cylindrical-coordinate representation of color #851886: hue angle of 299.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851886 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 24 | 134 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.47 |
| HSL | 299.45º | 0.7% | 0.31% | - |
| HSV(B) | 299.45º | 0.82% | 0.53% | - |
| XYZ | 14.3 | 7.36 | 23.22 | - |
| YUV | 69.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 134 | 0.01 | 0.82 | 0 | 0.47 | 299.45 | 0.7 | 0.31 |
| Hex | 85 | 18 | 86 | 1 | 52 | 0 | 2F | 12B | 46 | 1F |
| Octal | 205 | 30 | 206 | 1 | 122 | 0 | 57 | 453 | 106 | 37 |
| Binary | 10000101 | 11000 | 10000110 | 1 | 1010010 | 0 | 101111 | 100101011 | 1000110 | 11111 |
Color Harmonies of #851886
Complementary color
Monochromatic Colors of #851886
Black with #851886
Text Example
Text Example
White with #851886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851886; }
p { color: rgb(133,24,134); }
H1.HeaderClassName
{
color: #851886;
}
.AnyTagClassName
{
color: #851886;
}
</style>
background-color css
<style>
a { background-color: #851886; }
a { background-color: rgb(133,24,134); }
div.DivClassName
{
background-color: #851886;
}
.BgClassName
{
background-color: #851886;
}
</style>
border-color css
<style>
span { border-color: #851886; }
span { border-color: rgb(133,24,134); }
td.TdClassName
{
border-color: #851886;
}
.TagClassName
{
border-color: #851886;
}
</style>