Shades of Dark Magenta #90069C
Tints of Dark Magenta #90069C
RGB
CMYK
RGB Variations
Color information
#90069C (or 0x90069C) is known color: Dark Magenta. HEX triplet: 90, 06 and 9C. RGB value is (144,6,156). Sum of RGB (Red+Green+Blue) = 144+6+156=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #90069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90069C is #6FF963. Grayscale: #3F3F3F. Windows color (decimal): -7338340 or 10225296. OLE color: 10225296.
HSL color Cylindrical-coordinate representation of color #90069C: hue angle of 295.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90069C is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 6 | 156 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.39 |
| HSL | 295.2º | 0.93% | 0.32% | - |
| HSV(B) | 295.2º | 0.96% | 0.61% | - |
| XYZ | 17.57 | 8.46 | 32.16 | - |
| YUV | 64.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 156 | 0.08 | 0.96 | 0 | 0.39 | 295.2 | 0.93 | 0.32 |
| Hex | 90 | 6 | 9C | 8 | 60 | 0 | 27 | 127 | 5D | 20 |
| Octal | 220 | 6 | 234 | 10 | 140 | 0 | 47 | 447 | 135 | 40 |
| Binary | 10010000 | 110 | 10011100 | 1000 | 1100000 | 0 | 100111 | 100100111 | 1011101 | 100000 |
Color Harmonies of #90069C
Complementary color
Monochromatic Colors of #90069C
Black with #90069C
Text Example
Text Example
White with #90069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90069C; }
p { color: rgb(144,6,156); }
H1.HeaderClassName
{
color: #90069C;
}
.AnyTagClassName
{
color: #90069C;
}
</style>
background-color css
<style>
a { background-color: #90069C; }
a { background-color: rgb(144,6,156); }
div.DivClassName
{
background-color: #90069C;
}
.BgClassName
{
background-color: #90069C;
}
</style>
border-color css
<style>
span { border-color: #90069C; }
span { border-color: rgb(144,6,156); }
td.TdClassName
{
border-color: #90069C;
}
.TagClassName
{
border-color: #90069C;
}
</style>