Shades of Dark Magenta #90067D
Tints of Dark Magenta #90067D
RGB
CMYK
RGB Variations
Color information
#90067D (or 0x90067D) is known color: Dark Magenta. HEX triplet: 90, 06 and 7D. RGB value is (144,6,125). Sum of RGB (Red+Green+Blue) = 144+6+125=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90067D is #6FF982. Grayscale: #3C3C3C. Windows color (decimal): -7338371 or 8193680. OLE color: 8193680.
HSL color Cylindrical-coordinate representation of color #90067D: hue angle of 308.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90067D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 125 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.44 |
| HSL | 308.26º | 0.92% | 0.29% | - |
| HSV(B) | 308.26º | 0.96% | 0.56% | - |
| XYZ | 15.27 | 7.54 | 20.05 | - |
| YUV | 60.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 125 | 0 | 0.96 | 0.13 | 0.44 | 308.26 | 0.92 | 0.29 |
| Hex | 90 | 6 | 7D | 0 | 60 | D | 2C | 134 | 5C | 1D |
| Octal | 220 | 6 | 175 | 0 | 140 | 15 | 54 | 464 | 134 | 35 |
| Binary | 10010000 | 110 | 1111101 | 0 | 1100000 | 1101 | 101100 | 100110100 | 1011100 | 11101 |
Color Harmonies of #90067D
Complementary color
Monochromatic Colors of #90067D
Black with #90067D
Text Example
Text Example
White with #90067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90067D; }
p { color: rgb(144,6,125); }
H1.HeaderClassName
{
color: #90067D;
}
.AnyTagClassName
{
color: #90067D;
}
</style>
background-color css
<style>
a { background-color: #90067D; }
a { background-color: rgb(144,6,125); }
div.DivClassName
{
background-color: #90067D;
}
.BgClassName
{
background-color: #90067D;
}
</style>
border-color css
<style>
span { border-color: #90067D; }
span { border-color: rgb(144,6,125); }
td.TdClassName
{
border-color: #90067D;
}
.TagClassName
{
border-color: #90067D;
}
</style>