Shades of Dark Magenta #9A018C
Tints of Dark Magenta #9A018C
RGB
CMYK
RGB Variations
Color information
#9A018C (or 0x9A018C) is known color: Dark Magenta. HEX triplet: 9A, 01 and 8C. RGB value is (154,1,140). Sum of RGB (Red+Green+Blue) = 154+1+140=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A018C is #65FE73. Grayscale: #3E3E3E. Windows color (decimal): -6684276 or 9175450. OLE color: 9175450.
HSL color Cylindrical-coordinate representation of color #9A018C: hue angle of 305.49º 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 #9A018C is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 140 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.40 |
| HSL | 305.49º | 0.99% | 0.3% | - |
| HSV(B) | 305.49º | 0.99% | 0.6% | - |
| XYZ | 18.07 | 8.79 | 25.55 | - |
| YUV | 62.59 | 171.69 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 140 | 0 | 0.99 | 0.09 | 0.40 | 305.49 | 0.99 | 0.3 |
| Hex | 9A | 1 | 8C | 0 | 63 | 9 | 28 | 131 | 63 | 1E |
| Octal | 232 | 1 | 214 | 0 | 143 | 11 | 50 | 461 | 143 | 36 |
| Binary | 10011010 | 1 | 10001100 | 0 | 1100011 | 1001 | 101000 | 100110001 | 1100011 | 11110 |
Color Harmonies of #9A018C
Complementary color
Monochromatic Colors of #9A018C
Black with #9A018C
Text Example
Text Example
White with #9A018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A018C; }
p { color: rgb(154,1,140); }
H1.HeaderClassName
{
color: #9A018C;
}
.AnyTagClassName
{
color: #9A018C;
}
</style>
background-color css
<style>
a { background-color: #9A018C; }
a { background-color: rgb(154,1,140); }
div.DivClassName
{
background-color: #9A018C;
}
.BgClassName
{
background-color: #9A018C;
}
</style>
border-color css
<style>
span { border-color: #9A018C; }
span { border-color: rgb(154,1,140); }
td.TdClassName
{
border-color: #9A018C;
}
.TagClassName
{
border-color: #9A018C;
}
</style>