Shades of Dark Magenta #90017B
Tints of Dark Magenta #90017B
RGB
CMYK
RGB Variations
Color information
#90017B (or 0x90017B) is known color: Dark Magenta. HEX triplet: 90, 01 and 7B. RGB value is (144,1,123). Sum of RGB (Red+Green+Blue) = 144+1+123=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90017B is #6FFE84. Grayscale: #393939. Windows color (decimal): -7339653 or 8061328. OLE color: 8061328.
HSL color Cylindrical-coordinate representation of color #90017B: hue angle of 308.81º 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 #90017B is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.44 |
| HSL | 308.81º | 0.99% | 0.28% | - |
| HSV(B) | 308.81º | 0.99% | 0.56% | - |
| XYZ | 15.09 | 7.38 | 19.37 | - |
| YUV | 57.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 123 | 0 | 0.99 | 0.15 | 0.44 | 308.81 | 0.99 | 0.28 |
| Hex | 90 | 1 | 7B | 0 | 63 | F | 2C | 135 | 63 | 1C |
| Octal | 220 | 1 | 173 | 0 | 143 | 17 | 54 | 465 | 143 | 34 |
| Binary | 10010000 | 1 | 1111011 | 0 | 1100011 | 1111 | 101100 | 100110101 | 1100011 | 11100 |
Color Harmonies of #90017B
Complementary color
Monochromatic Colors of #90017B
Black with #90017B
Text Example
Text Example
White with #90017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90017B; }
p { color: rgb(144,1,123); }
H1.HeaderClassName
{
color: #90017B;
}
.AnyTagClassName
{
color: #90017B;
}
</style>
background-color css
<style>
a { background-color: #90017B; }
a { background-color: rgb(144,1,123); }
div.DivClassName
{
background-color: #90017B;
}
.BgClassName
{
background-color: #90017B;
}
</style>
border-color css
<style>
span { border-color: #90017B; }
span { border-color: rgb(144,1,123); }
td.TdClassName
{
border-color: #90017B;
}
.TagClassName
{
border-color: #90017B;
}
</style>