Shades of Dark Magenta #8F1B9A
Tints of Dark Magenta #8F1B9A
RGB
CMYK
RGB Variations
Color information
#8F1B9A (or 0x8F1B9A) is known color: Dark Magenta. HEX triplet: 8F, 1B and 9A. RGB value is (143,27,154). Sum of RGB (Red+Green+Blue) = 143+27+154=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1B9A is #70E465. Grayscale: #4B4B4B. Windows color (decimal): -7398502 or 10099599. OLE color: 10099599.
HSL color Cylindrical-coordinate representation of color #8F1B9A: hue angle of 294.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F1B9A is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 27 | 154 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.40 |
| HSL | 294.8º | 0.7% | 0.35% | - |
| HSV(B) | 294.8º | 0.82% | 0.6% | - |
| XYZ | 17.55 | 8.96 | 31.38 | - |
| YUV | 76.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 154 | 0.07 | 0.82 | 0 | 0.40 | 294.8 | 0.7 | 0.35 |
| Hex | 8F | 1B | 9A | 7 | 52 | 0 | 28 | 127 | 46 | 23 |
| Octal | 217 | 33 | 232 | 7 | 122 | 0 | 50 | 447 | 106 | 43 |
| Binary | 10001111 | 11011 | 10011010 | 111 | 1010010 | 0 | 101000 | 100100111 | 1000110 | 100011 |
Color Harmonies of #8F1B9A
Complementary color
Monochromatic Colors of #8F1B9A
Black with #8F1B9A
Text Example
Text Example
White with #8F1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B9A; }
p { color: rgb(143,27,154); }
H1.HeaderClassName
{
color: #8F1B9A;
}
.AnyTagClassName
{
color: #8F1B9A;
}
</style>
background-color css
<style>
a { background-color: #8F1B9A; }
a { background-color: rgb(143,27,154); }
div.DivClassName
{
background-color: #8F1B9A;
}
.BgClassName
{
background-color: #8F1B9A;
}
</style>
border-color css
<style>
span { border-color: #8F1B9A; }
span { border-color: rgb(143,27,154); }
td.TdClassName
{
border-color: #8F1B9A;
}
.TagClassName
{
border-color: #8F1B9A;
}
</style>