Shades of Dark Magenta #900381
Tints of Dark Magenta #900381
RGB
CMYK
RGB Variations
Color information
#900381 (or 0x900381) is known color: Dark Magenta. HEX triplet: 90, 03 and 81. RGB value is (144,3,129). Sum of RGB (Red+Green+Blue) = 144+3+129=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #900381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900381 is #6FFC7E. Grayscale: #3B3B3B. Windows color (decimal): -7339135 or 8455056. OLE color: 8455056.
HSL color Cylindrical-coordinate representation of color #900381: hue angle of 306.38º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900381 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 129 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.44 |
| HSL | 306.38º | 0.96% | 0.29% | - |
| HSV(B) | 306.38º | 0.98% | 0.56% | - |
| XYZ | 15.5 | 7.58 | 21.42 | - |
| YUV | 59.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 129 | 0 | 0.98 | 0.10 | 0.44 | 306.38 | 0.96 | 0.29 |
| Hex | 90 | 3 | 81 | 0 | 62 | A | 2C | 132 | 60 | 1D |
| Octal | 220 | 3 | 201 | 0 | 142 | 12 | 54 | 462 | 140 | 35 |
| Binary | 10010000 | 11 | 10000001 | 0 | 1100010 | 1010 | 101100 | 100110010 | 1100000 | 11101 |
Color Harmonies of #900381
Complementary color
Monochromatic Colors of #900381
Black with #900381
Text Example
Text Example
White with #900381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900381; }
p { color: rgb(144,3,129); }
H1.HeaderClassName
{
color: #900381;
}
.AnyTagClassName
{
color: #900381;
}
</style>
background-color css
<style>
a { background-color: #900381; }
a { background-color: rgb(144,3,129); }
div.DivClassName
{
background-color: #900381;
}
.BgClassName
{
background-color: #900381;
}
</style>
border-color css
<style>
span { border-color: #900381; }
span { border-color: rgb(144,3,129); }
td.TdClassName
{
border-color: #900381;
}
.TagClassName
{
border-color: #900381;
}
</style>