Shades of Dark Magenta #900894
Tints of Dark Magenta #900894
RGB
CMYK
RGB Variations
Color information
#900894 (or 0x900894) is known color: Dark Magenta. HEX triplet: 90, 08 and 94. RGB value is (144,8,148). Sum of RGB (Red+Green+Blue) = 144+8+148=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #900894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900894 is #6FF76B. Grayscale: #404040. Windows color (decimal): -7337836 or 9701520. OLE color: 9701520.
HSL color Cylindrical-coordinate representation of color #900894: hue angle of 298.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900894 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 8 | 148 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.42 |
| HSL | 298.29º | 0.9% | 0.31% | - |
| HSV(B) | 298.29º | 0.95% | 0.58% | - |
| XYZ | 16.93 | 8.24 | 28.72 | - |
| YUV | 64.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 148 | 0.03 | 0.95 | 0 | 0.42 | 298.29 | 0.9 | 0.31 |
| Hex | 90 | 8 | 94 | 3 | 5F | 0 | 2A | 12A | 5A | 1F |
| Octal | 220 | 10 | 224 | 3 | 137 | 0 | 52 | 452 | 132 | 37 |
| Binary | 10010000 | 1000 | 10010100 | 11 | 1011111 | 0 | 101010 | 100101010 | 1011010 | 11111 |
Color Harmonies of #900894
Complementary color
Monochromatic Colors of #900894
Black with #900894
Text Example
Text Example
White with #900894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900894; }
p { color: rgb(144,8,148); }
H1.HeaderClassName
{
color: #900894;
}
.AnyTagClassName
{
color: #900894;
}
</style>
background-color css
<style>
a { background-color: #900894; }
a { background-color: rgb(144,8,148); }
div.DivClassName
{
background-color: #900894;
}
.BgClassName
{
background-color: #900894;
}
</style>
border-color css
<style>
span { border-color: #900894; }
span { border-color: rgb(144,8,148); }
td.TdClassName
{
border-color: #900894;
}
.TagClassName
{
border-color: #900894;
}
</style>