Shades of Dark Magenta #900182
Tints of Dark Magenta #900182
RGB
CMYK
RGB Variations
Color information
#900182 (or 0x900182) is known color: Dark Magenta. HEX triplet: 90, 01 and 82. RGB value is (144,1,130). Sum of RGB (Red+Green+Blue) = 144+1+130=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #900182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900182 is #6FFE7D. Grayscale: #3A3A3A. Windows color (decimal): -7339646 or 8520080. OLE color: 8520080.
HSL color Cylindrical-coordinate representation of color #900182: hue angle of 305.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900182 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.44 |
| HSL | 305.87º | 0.99% | 0.28% | - |
| HSV(B) | 305.87º | 0.99% | 0.56% | - |
| XYZ | 15.54 | 7.56 | 21.76 | - |
| YUV | 58.46 | 168.38 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 130 | 0 | 0.99 | 0.10 | 0.44 | 305.87 | 0.99 | 0.28 |
| Hex | 90 | 1 | 82 | 0 | 63 | A | 2C | 132 | 63 | 1C |
| Octal | 220 | 1 | 202 | 0 | 143 | 12 | 54 | 462 | 143 | 34 |
| Binary | 10010000 | 1 | 10000010 | 0 | 1100011 | 1010 | 101100 | 100110010 | 1100011 | 11100 |
Color Harmonies of #900182
Complementary color
Monochromatic Colors of #900182
Black with #900182
Text Example
Text Example
White with #900182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900182; }
p { color: rgb(144,1,130); }
H1.HeaderClassName
{
color: #900182;
}
.AnyTagClassName
{
color: #900182;
}
</style>
background-color css
<style>
a { background-color: #900182; }
a { background-color: rgb(144,1,130); }
div.DivClassName
{
background-color: #900182;
}
.BgClassName
{
background-color: #900182;
}
</style>
border-color css
<style>
span { border-color: #900182; }
span { border-color: rgb(144,1,130); }
td.TdClassName
{
border-color: #900182;
}
.TagClassName
{
border-color: #900182;
}
</style>