Shades of Dark Purple #851E89
Tints of Dark Purple #851E89
RGB
CMYK
RGB Variations
Color information
#851E89 (or 0x851E89) is known color: Dark Purple. HEX triplet: 85, 1E and 89. RGB value is (133,30,137). Sum of RGB (Red+Green+Blue) = 133+30+137=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #851E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E89 is #7AE176. Grayscale: #484848. Windows color (decimal): -8053111 or 8986245. OLE color: 8986245.
HSL color Cylindrical-coordinate representation of color #851E89: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851E89 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 30 | 137 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.46 |
| HSL | 297.76º | 0.64% | 0.33% | - |
| HSV(B) | 297.76º | 0.78% | 0.54% | - |
| XYZ | 14.65 | 7.72 | 24.38 | - |
| YUV | 73 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 137 | 0.03 | 0.78 | 0 | 0.46 | 297.76 | 0.64 | 0.33 |
| Hex | 85 | 1E | 89 | 3 | 4E | 0 | 2E | 12A | 40 | 21 |
| Octal | 205 | 36 | 211 | 3 | 116 | 0 | 56 | 452 | 100 | 41 |
| Binary | 10000101 | 11110 | 10001001 | 11 | 1001110 | 0 | 101110 | 100101010 | 1000000 | 100001 |
Color Harmonies of #851E89
Complementary color
Monochromatic Colors of #851E89
Black with #851E89
Text Example
Text Example
White with #851E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E89; }
p { color: rgb(133,30,137); }
H1.HeaderClassName
{
color: #851E89;
}
.AnyTagClassName
{
color: #851E89;
}
</style>
background-color css
<style>
a { background-color: #851E89; }
a { background-color: rgb(133,30,137); }
div.DivClassName
{
background-color: #851E89;
}
.BgClassName
{
background-color: #851E89;
}
</style>
border-color css
<style>
span { border-color: #851E89; }
span { border-color: rgb(133,30,137); }
td.TdClassName
{
border-color: #851E89;
}
.TagClassName
{
border-color: #851E89;
}
</style>