Shades of Dark Magenta #940F89
Tints of Dark Magenta #940F89
RGB
CMYK
RGB Variations
Color information
#940F89 (or 0x940F89) is known color: Dark Magenta. HEX triplet: 94, 0F and 89. RGB value is (148,15,137). Sum of RGB (Red+Green+Blue) = 148+15+137=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #940F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940F89 is #6BF076. Grayscale: #444444. Windows color (decimal): -7073911 or 8982420. OLE color: 8982420.
HSL color Cylindrical-coordinate representation of color #940F89: hue angle of 304.96º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F89 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 137 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.42 |
| HSL | 304.96º | 0.82% | 0.32% | - |
| HSV(B) | 304.96º | 0.9% | 0.58% | - |
| XYZ | 16.9 | 8.44 | 24.41 | - |
| YUV | 68.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 137 | 0 | 0.90 | 0.07 | 0.42 | 304.96 | 0.82 | 0.32 |
| Hex | 94 | F | 89 | 0 | 5A | 7 | 2A | 131 | 52 | 20 |
| Octal | 224 | 17 | 211 | 0 | 132 | 7 | 52 | 461 | 122 | 40 |
| Binary | 10010100 | 1111 | 10001001 | 0 | 1011010 | 111 | 101010 | 100110001 | 1010010 | 100000 |
Color Harmonies of #940F89
Complementary color
Monochromatic Colors of #940F89
Black with #940F89
Text Example
Text Example
White with #940F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F89; }
p { color: rgb(148,15,137); }
H1.HeaderClassName
{
color: #940F89;
}
.AnyTagClassName
{
color: #940F89;
}
</style>
background-color css
<style>
a { background-color: #940F89; }
a { background-color: rgb(148,15,137); }
div.DivClassName
{
background-color: #940F89;
}
.BgClassName
{
background-color: #940F89;
}
</style>
border-color css
<style>
span { border-color: #940F89; }
span { border-color: rgb(148,15,137); }
td.TdClassName
{
border-color: #940F89;
}
.TagClassName
{
border-color: #940F89;
}
</style>