Shades of Dark Magenta #900383
Tints of Dark Magenta #900383
RGB
CMYK
RGB Variations
Color information
#900383 (or 0x900383) is known color: Dark Magenta. HEX triplet: 90, 03 and 83. RGB value is (144,3,131). Sum of RGB (Red+Green+Blue) = 144+3+131=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #900383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900383 is #6FFC7C. Grayscale: #3B3B3B. Windows color (decimal): -7339133 or 8586128. OLE color: 8586128.
HSL color Cylindrical-coordinate representation of color #900383: hue angle of 305.53º 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 #900383 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 131 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.44 |
| HSL | 305.53º | 0.96% | 0.29% | - |
| HSV(B) | 305.53º | 0.98% | 0.56% | - |
| XYZ | 15.63 | 7.63 | 22.12 | - |
| YUV | 59.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 131 | 0 | 0.98 | 0.09 | 0.44 | 305.53 | 0.96 | 0.29 |
| Hex | 90 | 3 | 83 | 0 | 62 | 9 | 2C | 132 | 60 | 1D |
| Octal | 220 | 3 | 203 | 0 | 142 | 11 | 54 | 462 | 140 | 35 |
| Binary | 10010000 | 11 | 10000011 | 0 | 1100010 | 1001 | 101100 | 100110010 | 1100000 | 11101 |
Color Harmonies of #900383
Complementary color
Monochromatic Colors of #900383
Black with #900383
Text Example
Text Example
White with #900383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900383; }
p { color: rgb(144,3,131); }
H1.HeaderClassName
{
color: #900383;
}
.AnyTagClassName
{
color: #900383;
}
</style>
background-color css
<style>
a { background-color: #900383; }
a { background-color: rgb(144,3,131); }
div.DivClassName
{
background-color: #900383;
}
.BgClassName
{
background-color: #900383;
}
</style>
border-color css
<style>
span { border-color: #900383; }
span { border-color: rgb(144,3,131); }
td.TdClassName
{
border-color: #900383;
}
.TagClassName
{
border-color: #900383;
}
</style>