Shades of Dark Magenta #90067B
Tints of Dark Magenta #90067B
RGB
CMYK
RGB Variations
Color information
#90067B (or 0x90067B) is known color: Dark Magenta. HEX triplet: 90, 06 and 7B. RGB value is (144,6,123). Sum of RGB (Red+Green+Blue) = 144+6+123=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90067B is #6FF984. Grayscale: #3C3C3C. Windows color (decimal): -7338373 or 8062608. OLE color: 8062608.
HSL color Cylindrical-coordinate representation of color #90067B: hue angle of 309.13º 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 #90067B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 123 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.44 |
| HSL | 309.13º | 0.92% | 0.29% | - |
| HSV(B) | 309.13º | 0.96% | 0.56% | - |
| XYZ | 15.14 | 7.49 | 19.39 | - |
| YUV | 60.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 123 | 0 | 0.96 | 0.15 | 0.44 | 309.13 | 0.92 | 0.29 |
| Hex | 90 | 6 | 7B | 0 | 60 | F | 2C | 135 | 5C | 1D |
| Octal | 220 | 6 | 173 | 0 | 140 | 17 | 54 | 465 | 134 | 35 |
| Binary | 10010000 | 110 | 1111011 | 0 | 1100000 | 1111 | 101100 | 100110101 | 1011100 | 11101 |
Color Harmonies of #90067B
Complementary color
Monochromatic Colors of #90067B
Black with #90067B
Text Example
Text Example
White with #90067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90067B; }
p { color: rgb(144,6,123); }
H1.HeaderClassName
{
color: #90067B;
}
.AnyTagClassName
{
color: #90067B;
}
</style>
background-color css
<style>
a { background-color: #90067B; }
a { background-color: rgb(144,6,123); }
div.DivClassName
{
background-color: #90067B;
}
.BgClassName
{
background-color: #90067B;
}
</style>
border-color css
<style>
span { border-color: #90067B; }
span { border-color: rgb(144,6,123); }
td.TdClassName
{
border-color: #90067B;
}
.TagClassName
{
border-color: #90067B;
}
</style>