Shades of Dark Purple #851E8A
Tints of Dark Purple #851E8A
RGB
CMYK
RGB Variations
Color information
#851E8A (or 0x851E8A) is known color: Dark Purple. HEX triplet: 85, 1E and 8A. RGB value is (133,30,138). Sum of RGB (Red+Green+Blue) = 133+30+138=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #851E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E8A is #7AE175. Grayscale: #484848. Windows color (decimal): -8053110 or 9051781. OLE color: 9051781.
HSL color Cylindrical-coordinate representation of color #851E8A: hue angle of 297.22º 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 #851E8A is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 30 | 138 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.46 |
| HSL | 297.22º | 0.64% | 0.33% | - |
| HSV(B) | 297.22º | 0.78% | 0.54% | - |
| XYZ | 14.72 | 7.75 | 24.76 | - |
| YUV | 73.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 138 | 0.04 | 0.78 | 0 | 0.46 | 297.22 | 0.64 | 0.33 |
| Hex | 85 | 1E | 8A | 4 | 4E | 0 | 2E | 129 | 40 | 21 |
| Octal | 205 | 36 | 212 | 4 | 116 | 0 | 56 | 451 | 100 | 41 |
| Binary | 10000101 | 11110 | 10001010 | 100 | 1001110 | 0 | 101110 | 100101001 | 1000000 | 100001 |
Color Harmonies of #851E8A
Complementary color
Monochromatic Colors of #851E8A
Black with #851E8A
Text Example
Text Example
White with #851E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E8A; }
p { color: rgb(133,30,138); }
H1.HeaderClassName
{
color: #851E8A;
}
.AnyTagClassName
{
color: #851E8A;
}
</style>
background-color css
<style>
a { background-color: #851E8A; }
a { background-color: rgb(133,30,138); }
div.DivClassName
{
background-color: #851E8A;
}
.BgClassName
{
background-color: #851E8A;
}
</style>
border-color css
<style>
span { border-color: #851E8A; }
span { border-color: rgb(133,30,138); }
td.TdClassName
{
border-color: #851E8A;
}
.TagClassName
{
border-color: #851E8A;
}
</style>