Shades of Dark Magenta #90068D
Tints of Dark Magenta #90068D
RGB
CMYK
RGB Variations
Color information
#90068D (or 0x90068D) is known color: Dark Magenta. HEX triplet: 90, 06 and 8D. RGB value is (144,6,141). Sum of RGB (Red+Green+Blue) = 144+6+141=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90068D is #6FF972. Grayscale: #3E3E3E. Windows color (decimal): -7338355 or 9242256. OLE color: 9242256.
HSL color Cylindrical-coordinate representation of color #90068D: hue angle of 301.3º 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 #90068D is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 141 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.44 |
| HSL | 301.3º | 0.92% | 0.29% | - |
| HSV(B) | 301.3º | 0.96% | 0.56% | - |
| XYZ | 16.37 | 7.98 | 25.88 | - |
| YUV | 62.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 141 | 0 | 0.96 | 0.02 | 0.44 | 301.3 | 0.92 | 0.29 |
| Hex | 90 | 6 | 8D | 0 | 60 | 2 | 2C | 12D | 5C | 1D |
| Octal | 220 | 6 | 215 | 0 | 140 | 2 | 54 | 455 | 134 | 35 |
| Binary | 10010000 | 110 | 10001101 | 0 | 1100000 | 10 | 101100 | 100101101 | 1011100 | 11101 |
Color Harmonies of #90068D
Complementary color
Monochromatic Colors of #90068D
Black with #90068D
Text Example
Text Example
White with #90068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90068D; }
p { color: rgb(144,6,141); }
H1.HeaderClassName
{
color: #90068D;
}
.AnyTagClassName
{
color: #90068D;
}
</style>
background-color css
<style>
a { background-color: #90068D; }
a { background-color: rgb(144,6,141); }
div.DivClassName
{
background-color: #90068D;
}
.BgClassName
{
background-color: #90068D;
}
</style>
border-color css
<style>
span { border-color: #90068D; }
span { border-color: rgb(144,6,141); }
td.TdClassName
{
border-color: #90068D;
}
.TagClassName
{
border-color: #90068D;
}
</style>