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