Shades of Dark Magenta #8F0385
Tints of Dark Magenta #8F0385
RGB
CMYK
RGB Variations
Color information
#8F0385 (or 0x8F0385) is known color: Dark Magenta. HEX triplet: 8F, 03 and 85. RGB value is (143,3,133). Sum of RGB (Red+Green+Blue) = 143+3+133=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0385 is #70FC7A. Grayscale: #3B3B3B. Windows color (decimal): -7404667 or 8717199. OLE color: 8717199.
HSL color Cylindrical-coordinate representation of color #8F0385: hue angle of 304.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0385 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.44 |
| HSL | 304.29º | 0.96% | 0.29% | - |
| HSV(B) | 304.29º | 0.98% | 0.56% | - |
| XYZ | 15.59 | 7.6 | 22.84 | - |
| YUV | 59.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 133 | 0 | 0.98 | 0.07 | 0.44 | 304.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 85 | 0 | 62 | 7 | 2C | 130 | 60 | 1D |
| Octal | 217 | 3 | 205 | 0 | 142 | 7 | 54 | 460 | 140 | 35 |
| Binary | 10001111 | 11 | 10000101 | 0 | 1100010 | 111 | 101100 | 100110000 | 1100000 | 11101 |
Color Harmonies of #8F0385
Complementary color
Monochromatic Colors of #8F0385
Black with #8F0385
Text Example
Text Example
White with #8F0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0385; }
p { color: rgb(143,3,133); }
H1.HeaderClassName
{
color: #8F0385;
}
.AnyTagClassName
{
color: #8F0385;
}
</style>
background-color css
<style>
a { background-color: #8F0385; }
a { background-color: rgb(143,3,133); }
div.DivClassName
{
background-color: #8F0385;
}
.BgClassName
{
background-color: #8F0385;
}
</style>
border-color css
<style>
span { border-color: #8F0385; }
span { border-color: rgb(143,3,133); }
td.TdClassName
{
border-color: #8F0385;
}
.TagClassName
{
border-color: #8F0385;
}
</style>