Shades of Dark Magenta #9C068C
Tints of Dark Magenta #9C068C
RGB
CMYK
RGB Variations
Color information
#9C068C (or 0x9C068C) is known color: Dark Magenta. HEX triplet: 9C, 06 and 8C. RGB value is (156,6,140). Sum of RGB (Red+Green+Blue) = 156+6+140=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068C is #63F973. Grayscale: #414141. Windows color (decimal): -6551924 or 9176732. OLE color: 9176732.
HSL color Cylindrical-coordinate representation of color #9C068C: hue angle of 306.4º 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 #9C068C is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.39 |
| HSL | 306.4º | 0.93% | 0.32% | - |
| HSV(B) | 306.4º | 0.96% | 0.61% | - |
| XYZ | 18.51 | 9.09 | 25.59 | - |
| YUV | 66.13 | 169.7 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 140 | 0 | 0.96 | 0.10 | 0.39 | 306.4 | 0.93 | 0.32 |
| Hex | 9C | 6 | 8C | 0 | 60 | A | 27 | 132 | 5D | 20 |
| Octal | 234 | 6 | 214 | 0 | 140 | 12 | 47 | 462 | 135 | 40 |
| Binary | 10011100 | 110 | 10001100 | 0 | 1100000 | 1010 | 100111 | 100110010 | 1011101 | 100000 |
Color Harmonies of #9C068C
Complementary color
Monochromatic Colors of #9C068C
Black with #9C068C
Text Example
Text Example
White with #9C068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C068C; }
p { color: rgb(156,6,140); }
H1.HeaderClassName
{
color: #9C068C;
}
.AnyTagClassName
{
color: #9C068C;
}
</style>
background-color css
<style>
a { background-color: #9C068C; }
a { background-color: rgb(156,6,140); }
div.DivClassName
{
background-color: #9C068C;
}
.BgClassName
{
background-color: #9C068C;
}
</style>
border-color css
<style>
span { border-color: #9C068C; }
span { border-color: rgb(156,6,140); }
td.TdClassName
{
border-color: #9C068C;
}
.TagClassName
{
border-color: #9C068C;
}
</style>