Shades of Dark Magenta #940398
Tints of Dark Magenta #940398
RGB
CMYK
RGB Variations
Color information
#940398 (or 0x940398) is known color: Dark Magenta. HEX triplet: 94, 03 and 98. RGB value is (148,3,152). Sum of RGB (Red+Green+Blue) = 148+3+152=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #940398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940398 is #6BFC67. Grayscale: #3E3E3E. Windows color (decimal): -7076968 or 9962388. OLE color: 9962388.
HSL color Cylindrical-coordinate representation of color #940398: hue angle of 298.39º 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 #940398 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 3 | 152 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.40 |
| HSL | 298.39º | 0.96% | 0.3% | - |
| HSV(B) | 298.39º | 0.98% | 0.6% | - |
| XYZ | 17.91 | 8.63 | 30.43 | - |
| YUV | 63.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 3 | 152 | 0.03 | 0.98 | 0 | 0.40 | 298.39 | 0.96 | 0.3 |
| Hex | 94 | 3 | 98 | 3 | 62 | 0 | 28 | 12A | 60 | 1E |
| Octal | 224 | 3 | 230 | 3 | 142 | 0 | 50 | 452 | 140 | 36 |
| Binary | 10010100 | 11 | 10011000 | 11 | 1100010 | 0 | 101000 | 100101010 | 1100000 | 11110 |
Color Harmonies of #940398
Complementary color
Monochromatic Colors of #940398
Black with #940398
Text Example
Text Example
White with #940398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940398; }
p { color: rgb(148,3,152); }
H1.HeaderClassName
{
color: #940398;
}
.AnyTagClassName
{
color: #940398;
}
</style>
background-color css
<style>
a { background-color: #940398; }
a { background-color: rgb(148,3,152); }
div.DivClassName
{
background-color: #940398;
}
.BgClassName
{
background-color: #940398;
}
</style>
border-color css
<style>
span { border-color: #940398; }
span { border-color: rgb(148,3,152); }
td.TdClassName
{
border-color: #940398;
}
.TagClassName
{
border-color: #940398;
}
</style>