Shades of Dark Magenta #9C068E
Tints of Dark Magenta #9C068E
RGB
CMYK
RGB Variations
Color information
#9C068E (or 0x9C068E) is known color: Dark Magenta. HEX triplet: 9C, 06 and 8E. RGB value is (156,6,142). Sum of RGB (Red+Green+Blue) = 156+6+142=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068E is #63F971. Grayscale: #414141. Windows color (decimal): -6551922 or 9307804. OLE color: 9307804.
HSL color Cylindrical-coordinate representation of color #9C068E: hue angle of 305.6º 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 #9C068E is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 142 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.39 |
| HSL | 305.6º | 0.93% | 0.32% | - |
| HSV(B) | 305.6º | 0.96% | 0.61% | - |
| XYZ | 18.66 | 9.15 | 26.37 | - |
| YUV | 66.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 142 | 0 | 0.96 | 0.09 | 0.39 | 305.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 8E | 0 | 60 | 9 | 27 | 132 | 5D | 20 |
| Octal | 234 | 6 | 216 | 0 | 140 | 11 | 47 | 462 | 135 | 40 |
| Binary | 10011100 | 110 | 10001110 | 0 | 1100000 | 1001 | 100111 | 100110010 | 1011101 | 100000 |
Color Harmonies of #9C068E
Complementary color
Monochromatic Colors of #9C068E
Black with #9C068E
Text Example
Text Example
White with #9C068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C068E; }
p { color: rgb(156,6,142); }
H1.HeaderClassName
{
color: #9C068E;
}
.AnyTagClassName
{
color: #9C068E;
}
</style>
background-color css
<style>
a { background-color: #9C068E; }
a { background-color: rgb(156,6,142); }
div.DivClassName
{
background-color: #9C068E;
}
.BgClassName
{
background-color: #9C068E;
}
</style>
border-color css
<style>
span { border-color: #9C068E; }
span { border-color: rgb(156,6,142); }
td.TdClassName
{
border-color: #9C068E;
}
.TagClassName
{
border-color: #9C068E;
}
</style>