Shades of Dark Magenta #940198
Tints of Dark Magenta #940198
RGB
CMYK
RGB Variations
Color information
#940198 (or 0x940198) is known color: Dark Magenta. HEX triplet: 94, 01 and 98. RGB value is (148,1,152). Sum of RGB (Red+Green+Blue) = 148+1+152=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #940198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940198 is #6BFE67. Grayscale: #3D3D3D. Windows color (decimal): -7077480 or 9961876. OLE color: 9961876.
HSL color Cylindrical-coordinate representation of color #940198: hue angle of 298.41º 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 #940198 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 1 | 152 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.40 |
| HSL | 298.41º | 0.99% | 0.3% | - |
| HSV(B) | 298.41º | 0.99% | 0.6% | - |
| XYZ | 17.89 | 8.58 | 30.42 | - |
| YUV | 62.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 152 | 0.03 | 0.99 | 0 | 0.40 | 298.41 | 0.99 | 0.3 |
| Hex | 94 | 1 | 98 | 3 | 63 | 0 | 28 | 12A | 63 | 1E |
| Octal | 224 | 1 | 230 | 3 | 143 | 0 | 50 | 452 | 143 | 36 |
| Binary | 10010100 | 1 | 10011000 | 11 | 1100011 | 0 | 101000 | 100101010 | 1100011 | 11110 |
Color Harmonies of #940198
Complementary color
Monochromatic Colors of #940198
Black with #940198
Text Example
Text Example
White with #940198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940198; }
p { color: rgb(148,1,152); }
H1.HeaderClassName
{
color: #940198;
}
.AnyTagClassName
{
color: #940198;
}
</style>
background-color css
<style>
a { background-color: #940198; }
a { background-color: rgb(148,1,152); }
div.DivClassName
{
background-color: #940198;
}
.BgClassName
{
background-color: #940198;
}
</style>
border-color css
<style>
span { border-color: #940198; }
span { border-color: rgb(148,1,152); }
td.TdClassName
{
border-color: #940198;
}
.TagClassName
{
border-color: #940198;
}
</style>