Shades of Dark Magenta #9C068A
Tints of Dark Magenta #9C068A
RGB
CMYK
RGB Variations
Color information
#9C068A (or 0x9C068A) is known color: Dark Magenta. HEX triplet: 9C, 06 and 8A. RGB value is (156,6,138). Sum of RGB (Red+Green+Blue) = 156+6+138=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C068A is #63F975. Grayscale: #414141. Windows color (decimal): -6551926 or 9045660. OLE color: 9045660.
HSL color Cylindrical-coordinate representation of color #9C068A: hue angle of 307.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 #9C068A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 138 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.39 |
| HSL | 307.2º | 0.93% | 0.32% | - |
| HSV(B) | 307.2º | 0.96% | 0.61% | - |
| XYZ | 18.36 | 9.03 | 24.82 | - |
| YUV | 65.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 138 | 0 | 0.96 | 0.12 | 0.39 | 307.2 | 0.93 | 0.32 |
| Hex | 9C | 6 | 8A | 0 | 60 | C | 27 | 133 | 5D | 20 |
| Octal | 234 | 6 | 212 | 0 | 140 | 14 | 47 | 463 | 135 | 40 |
| Binary | 10011100 | 110 | 10001010 | 0 | 1100000 | 1100 | 100111 | 100110011 | 1011101 | 100000 |
Color Harmonies of #9C068A
Complementary color
Monochromatic Colors of #9C068A
Black with #9C068A
Text Example
Text Example
White with #9C068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C068A; }
p { color: rgb(156,6,138); }
H1.HeaderClassName
{
color: #9C068A;
}
.AnyTagClassName
{
color: #9C068A;
}
</style>
background-color css
<style>
a { background-color: #9C068A; }
a { background-color: rgb(156,6,138); }
div.DivClassName
{
background-color: #9C068A;
}
.BgClassName
{
background-color: #9C068A;
}
</style>
border-color css
<style>
span { border-color: #9C068A; }
span { border-color: rgb(156,6,138); }
td.TdClassName
{
border-color: #9C068A;
}
.TagClassName
{
border-color: #9C068A;
}
</style>