Shades of Dark Magenta #8F09A4
Tints of Dark Magenta #8F09A4
RGB
CMYK
RGB Variations
Color information
#8F09A4 (or 0x8F09A4) is known color: Dark Magenta. HEX triplet: 8F, 09 and A4. RGB value is (143,9,164). Sum of RGB (Red+Green+Blue) = 143+9+164=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F09A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F09A4 is #70F65B. Grayscale: #424242. Windows color (decimal): -7403100 or 10750351. OLE color: 10750351.
HSL color Cylindrical-coordinate representation of color #8F09A4: hue angle of 291.87º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F09A4 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 9 | 164 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.36 |
| HSL | 291.87º | 0.9% | 0.34% | - |
| HSV(B) | 291.87º | 0.95% | 0.64% | - |
| XYZ | 18.13 | 8.72 | 35.85 | - |
| YUV | 66.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 164 | 0.13 | 0.95 | 0 | 0.36 | 291.87 | 0.9 | 0.34 |
| Hex | 8F | 9 | A4 | D | 5F | 0 | 24 | 124 | 5A | 22 |
| Octal | 217 | 11 | 244 | 15 | 137 | 0 | 44 | 444 | 132 | 42 |
| Binary | 10001111 | 1001 | 10100100 | 1101 | 1011111 | 0 | 100100 | 100100100 | 1011010 | 100010 |
Color Harmonies of #8F09A4
Complementary color
Monochromatic Colors of #8F09A4
Black with #8F09A4
Text Example
Text Example
White with #8F09A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09A4; }
p { color: rgb(143,9,164); }
H1.HeaderClassName
{
color: #8F09A4;
}
.AnyTagClassName
{
color: #8F09A4;
}
</style>
background-color css
<style>
a { background-color: #8F09A4; }
a { background-color: rgb(143,9,164); }
div.DivClassName
{
background-color: #8F09A4;
}
.BgClassName
{
background-color: #8F09A4;
}
</style>
border-color css
<style>
span { border-color: #8F09A4; }
span { border-color: rgb(143,9,164); }
td.TdClassName
{
border-color: #8F09A4;
}
.TagClassName
{
border-color: #8F09A4;
}
</style>