Shades of Dark Magenta #960CA4
Tints of Dark Magenta #960CA4
RGB
CMYK
RGB Variations
Color information
#960CA4 (or 0x960CA4) is known color: Dark Magenta. HEX triplet: 96, 0C and A4. RGB value is (150,12,164). Sum of RGB (Red+Green+Blue) = 150+12+164=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #960CA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960CA4 is #69F35B. Grayscale: #464646. Windows color (decimal): -6943580 or 10751126. OLE color: 10751126.
HSL color Cylindrical-coordinate representation of color #960CA4: hue angle of 294.47º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960CA4 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 12 | 164 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.36 |
| HSL | 294.47º | 0.86% | 0.35% | - |
| HSV(B) | 294.47º | 0.93% | 0.64% | - |
| XYZ | 19.41 | 9.43 | 35.92 | - |
| YUV | 70.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 164 | 0.09 | 0.93 | 0 | 0.36 | 294.47 | 0.86 | 0.35 |
| Hex | 96 | C | A4 | 9 | 5D | 0 | 24 | 126 | 56 | 23 |
| Octal | 226 | 14 | 244 | 11 | 135 | 0 | 44 | 446 | 126 | 43 |
| Binary | 10010110 | 1100 | 10100100 | 1001 | 1011101 | 0 | 100100 | 100100110 | 1010110 | 100011 |
Color Harmonies of #960CA4
Complementary color
Monochromatic Colors of #960CA4
Black with #960CA4
Text Example
Text Example
White with #960CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CA4; }
p { color: rgb(150,12,164); }
H1.HeaderClassName
{
color: #960CA4;
}
.AnyTagClassName
{
color: #960CA4;
}
</style>
background-color css
<style>
a { background-color: #960CA4; }
a { background-color: rgb(150,12,164); }
div.DivClassName
{
background-color: #960CA4;
}
.BgClassName
{
background-color: #960CA4;
}
</style>
border-color css
<style>
span { border-color: #960CA4; }
span { border-color: rgb(150,12,164); }
td.TdClassName
{
border-color: #960CA4;
}
.TagClassName
{
border-color: #960CA4;
}
</style>