Shades of Dark Magenta #90168B
Tints of Dark Magenta #90168B
RGB
CMYK
RGB Variations
Color information
#90168B (or 0x90168B) is known color: Dark Magenta. HEX triplet: 90, 16 and 8B. RGB value is (144,22,139). Sum of RGB (Red+Green+Blue) = 144+22+139=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168B is #6FE974. Grayscale: #474747. Windows color (decimal): -7334261 or 9115280. OLE color: 9115280.
HSL color Cylindrical-coordinate representation of color #90168B: hue angle of 302.46º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90168B is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 139 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.44 |
| HSL | 302.46º | 0.73% | 0.33% | - |
| HSV(B) | 302.46º | 0.85% | 0.56% | - |
| XYZ | 16.45 | 8.37 | 25.17 | - |
| YUV | 71.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 139 | 0 | 0.85 | 0.03 | 0.44 | 302.46 | 0.73 | 0.33 |
| Hex | 90 | 16 | 8B | 0 | 55 | 3 | 2C | 12E | 49 | 21 |
| Octal | 220 | 26 | 213 | 0 | 125 | 3 | 54 | 456 | 111 | 41 |
| Binary | 10010000 | 10110 | 10001011 | 0 | 1010101 | 11 | 101100 | 100101110 | 1001001 | 100001 |
Color Harmonies of #90168B
Complementary color
Monochromatic Colors of #90168B
Black with #90168B
Text Example
Text Example
White with #90168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90168B; }
p { color: rgb(144,22,139); }
H1.HeaderClassName
{
color: #90168B;
}
.AnyTagClassName
{
color: #90168B;
}
</style>
background-color css
<style>
a { background-color: #90168B; }
a { background-color: rgb(144,22,139); }
div.DivClassName
{
background-color: #90168B;
}
.BgClassName
{
background-color: #90168B;
}
</style>
border-color css
<style>
span { border-color: #90168B; }
span { border-color: rgb(144,22,139); }
td.TdClassName
{
border-color: #90168B;
}
.TagClassName
{
border-color: #90168B;
}
</style>