Shades of Dark Magenta #850C8A
Tints of Dark Magenta #850C8A
RGB
CMYK
RGB Variations
Color information
#850C8A (or 0x850C8A) is known color: Dark Magenta. HEX triplet: 85, 0C and 8A. RGB value is (133,12,138). Sum of RGB (Red+Green+Blue) = 133+12+138=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #850C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C8A is #7AF375. Grayscale: #3E3E3E. Windows color (decimal): -8057718 or 9047173. OLE color: 9047173.
HSL color Cylindrical-coordinate representation of color #850C8A: hue angle of 297.62º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C8A is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 12 | 138 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.46 |
| HSL | 297.62º | 0.84% | 0.29% | - |
| HSV(B) | 297.62º | 0.91% | 0.54% | - |
| XYZ | 14.39 | 7.08 | 24.65 | - |
| YUV | 62.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 138 | 0.04 | 0.91 | 0 | 0.46 | 297.62 | 0.84 | 0.29 |
| Hex | 85 | C | 8A | 4 | 5B | 0 | 2E | 12A | 54 | 1D |
| Octal | 205 | 14 | 212 | 4 | 133 | 0 | 56 | 452 | 124 | 35 |
| Binary | 10000101 | 1100 | 10001010 | 100 | 1011011 | 0 | 101110 | 100101010 | 1010100 | 11101 |
Color Harmonies of #850C8A
Complementary color
Monochromatic Colors of #850C8A
Black with #850C8A
Text Example
Text Example
White with #850C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C8A; }
p { color: rgb(133,12,138); }
H1.HeaderClassName
{
color: #850C8A;
}
.AnyTagClassName
{
color: #850C8A;
}
</style>
background-color css
<style>
a { background-color: #850C8A; }
a { background-color: rgb(133,12,138); }
div.DivClassName
{
background-color: #850C8A;
}
.BgClassName
{
background-color: #850C8A;
}
</style>
border-color css
<style>
span { border-color: #850C8A; }
span { border-color: rgb(133,12,138); }
td.TdClassName
{
border-color: #850C8A;
}
.TagClassName
{
border-color: #850C8A;
}
</style>