Shades of Dark Magenta #9A018F
Tints of Dark Magenta #9A018F
RGB
CMYK
RGB Variations
Color information
#9A018F (or 0x9A018F) is known color: Dark Magenta. HEX triplet: 9A, 01 and 8F. RGB value is (154,1,143). Sum of RGB (Red+Green+Blue) = 154+1+143=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A018F is #65FE70. Grayscale: #3E3E3E. Windows color (decimal): -6684273 or 9372058. OLE color: 9372058.
HSL color Cylindrical-coordinate representation of color #9A018F: hue angle of 304.31º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A018F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.40 |
| HSL | 304.31º | 0.99% | 0.3% | - |
| HSV(B) | 304.31º | 0.99% | 0.6% | - |
| XYZ | 18.3 | 8.87 | 26.74 | - |
| YUV | 62.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 143 | 0 | 0.99 | 0.07 | 0.40 | 304.31 | 0.99 | 0.3 |
| Hex | 9A | 1 | 8F | 0 | 63 | 7 | 28 | 130 | 63 | 1E |
| Octal | 232 | 1 | 217 | 0 | 143 | 7 | 50 | 460 | 143 | 36 |
| Binary | 10011010 | 1 | 10001111 | 0 | 1100011 | 111 | 101000 | 100110000 | 1100011 | 11110 |
Color Harmonies of #9A018F
Complementary color
Monochromatic Colors of #9A018F
Black with #9A018F
Text Example
Text Example
White with #9A018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A018F; }
p { color: rgb(154,1,143); }
H1.HeaderClassName
{
color: #9A018F;
}
.AnyTagClassName
{
color: #9A018F;
}
</style>
background-color css
<style>
a { background-color: #9A018F; }
a { background-color: rgb(154,1,143); }
div.DivClassName
{
background-color: #9A018F;
}
.BgClassName
{
background-color: #9A018F;
}
</style>
border-color css
<style>
span { border-color: #9A018F; }
span { border-color: rgb(154,1,143); }
td.TdClassName
{
border-color: #9A018F;
}
.TagClassName
{
border-color: #9A018F;
}
</style>