Shades of Dark Magenta #900484
Tints of Dark Magenta #900484
RGB
CMYK
RGB Variations
Color information
#900484 (or 0x900484) is known color: Dark Magenta. HEX triplet: 90, 04 and 84. RGB value is (144,4,132). Sum of RGB (Red+Green+Blue) = 144+4+132=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #900484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900484 is #6FFB7B. Grayscale: #3C3C3C. Windows color (decimal): -7338876 or 8651920. OLE color: 8651920.
HSL color Cylindrical-coordinate representation of color #900484: hue angle of 305.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900484 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 132 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.44 |
| HSL | 305.14º | 0.95% | 0.29% | - |
| HSV(B) | 305.14º | 0.97% | 0.56% | - |
| XYZ | 15.71 | 7.68 | 22.48 | - |
| YUV | 60.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 132 | 0 | 0.97 | 0.08 | 0.44 | 305.14 | 0.95 | 0.29 |
| Hex | 90 | 4 | 84 | 0 | 61 | 8 | 2C | 131 | 5F | 1D |
| Octal | 220 | 4 | 204 | 0 | 141 | 10 | 54 | 461 | 137 | 35 |
| Binary | 10010000 | 100 | 10000100 | 0 | 1100001 | 1000 | 101100 | 100110001 | 1011111 | 11101 |
Color Harmonies of #900484
Complementary color
Monochromatic Colors of #900484
Black with #900484
Text Example
Text Example
White with #900484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900484; }
p { color: rgb(144,4,132); }
H1.HeaderClassName
{
color: #900484;
}
.AnyTagClassName
{
color: #900484;
}
</style>
background-color css
<style>
a { background-color: #900484; }
a { background-color: rgb(144,4,132); }
div.DivClassName
{
background-color: #900484;
}
.BgClassName
{
background-color: #900484;
}
</style>
border-color css
<style>
span { border-color: #900484; }
span { border-color: rgb(144,4,132); }
td.TdClassName
{
border-color: #900484;
}
.TagClassName
{
border-color: #900484;
}
</style>