Shades of Dark Magenta #980390
Tints of Dark Magenta #980390
RGB
CMYK
RGB Variations
Color information
#980390 (or 0x980390) is known color: Dark Magenta. HEX triplet: 98, 03 and 90. RGB value is (152,3,144). Sum of RGB (Red+Green+Blue) = 152+3+144=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #980390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980390 is #67FC6F. Grayscale: #3F3F3F. Windows color (decimal): -6814832 or 9438104. OLE color: 9438104.
HSL color Cylindrical-coordinate representation of color #980390: hue angle of 303.22º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980390 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.40 |
| HSL | 303.22º | 0.96% | 0.3% | - |
| HSV(B) | 303.22º | 0.98% | 0.6% | - |
| XYZ | 18.02 | 8.75 | 27.13 | - |
| YUV | 63.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 144 | 0 | 0.98 | 0.05 | 0.40 | 303.22 | 0.96 | 0.3 |
| Hex | 98 | 3 | 90 | 0 | 62 | 5 | 28 | 12F | 60 | 1E |
| Octal | 230 | 3 | 220 | 0 | 142 | 5 | 50 | 457 | 140 | 36 |
| Binary | 10011000 | 11 | 10010000 | 0 | 1100010 | 101 | 101000 | 100101111 | 1100000 | 11110 |
Color Harmonies of #980390
Complementary color
Monochromatic Colors of #980390
Black with #980390
Text Example
Text Example
White with #980390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980390; }
p { color: rgb(152,3,144); }
H1.HeaderClassName
{
color: #980390;
}
.AnyTagClassName
{
color: #980390;
}
</style>
background-color css
<style>
a { background-color: #980390; }
a { background-color: rgb(152,3,144); }
div.DivClassName
{
background-color: #980390;
}
.BgClassName
{
background-color: #980390;
}
</style>
border-color css
<style>
span { border-color: #980390; }
span { border-color: rgb(152,3,144); }
td.TdClassName
{
border-color: #980390;
}
.TagClassName
{
border-color: #980390;
}
</style>