Shades of Dark Magenta #8F0691
Tints of Dark Magenta #8F0691
RGB
CMYK
RGB Variations
Color information
#8F0691 (or 0x8F0691) is known color: Dark Magenta. HEX triplet: 8F, 06 and 91. RGB value is (143,6,145). Sum of RGB (Red+Green+Blue) = 143+6+145=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F0691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0691 is #70F96E. Grayscale: #3E3E3E. Windows color (decimal): -7403887 or 9504399. OLE color: 9504399.
HSL color Cylindrical-coordinate representation of color #8F0691: hue angle of 299.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0691 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 6 | 145 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.43 |
| HSL | 299.14º | 0.92% | 0.3% | - |
| HSV(B) | 299.14º | 0.96% | 0.57% | - |
| XYZ | 16.5 | 8.01 | 27.47 | - |
| YUV | 62.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 145 | 0.01 | 0.96 | 0 | 0.43 | 299.14 | 0.92 | 0.3 |
| Hex | 8F | 6 | 91 | 1 | 60 | 0 | 2B | 12B | 5C | 1E |
| Octal | 217 | 6 | 221 | 1 | 140 | 0 | 53 | 453 | 134 | 36 |
| Binary | 10001111 | 110 | 10010001 | 1 | 1100000 | 0 | 101011 | 100101011 | 1011100 | 11110 |
Color Harmonies of #8F0691
Complementary color
Monochromatic Colors of #8F0691
Black with #8F0691
Text Example
Text Example
White with #8F0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0691; }
p { color: rgb(143,6,145); }
H1.HeaderClassName
{
color: #8F0691;
}
.AnyTagClassName
{
color: #8F0691;
}
</style>
background-color css
<style>
a { background-color: #8F0691; }
a { background-color: rgb(143,6,145); }
div.DivClassName
{
background-color: #8F0691;
}
.BgClassName
{
background-color: #8F0691;
}
</style>
border-color css
<style>
span { border-color: #8F0691; }
span { border-color: rgb(143,6,145); }
td.TdClassName
{
border-color: #8F0691;
}
.TagClassName
{
border-color: #8F0691;
}
</style>