Shades of Dark Magenta #750C9A
Tints of Dark Magenta #750C9A
RGB
CMYK
RGB Variations
Color information
#750C9A (or 0x750C9A) is known color: Dark Magenta. HEX triplet: 75, 0C and 9A. RGB value is (117,12,154). Sum of RGB (Red+Green+Blue) = 117+12+154=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #750C9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750C9A is #8AF365. Grayscale: #3B3B3B. Windows color (decimal): -9106278 or 10095733. OLE color: 10095733.
HSL color Cylindrical-coordinate representation of color #750C9A: hue angle of 284.37º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750C9A is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 12 | 154 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.40 |
| HSL | 284.37º | 0.86% | 0.33% | - |
| HSV(B) | 284.37º | 0.92% | 0.6% | - |
| XYZ | 13.3 | 6.38 | 31.1 | - |
| YUV | 59.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 154 | 0.24 | 0.92 | 0 | 0.40 | 284.37 | 0.86 | 0.33 |
| Hex | 75 | C | 9A | 18 | 5C | 0 | 28 | 11C | 56 | 21 |
| Octal | 165 | 14 | 232 | 30 | 134 | 0 | 50 | 434 | 126 | 41 |
| Binary | 1110101 | 1100 | 10011010 | 11000 | 1011100 | 0 | 101000 | 100011100 | 1010110 | 100001 |
Color Harmonies of #750C9A
Complementary color
Monochromatic Colors of #750C9A
Black with #750C9A
Text Example
Text Example
White with #750C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C9A; }
p { color: rgb(117,12,154); }
H1.HeaderClassName
{
color: #750C9A;
}
.AnyTagClassName
{
color: #750C9A;
}
</style>
background-color css
<style>
a { background-color: #750C9A; }
a { background-color: rgb(117,12,154); }
div.DivClassName
{
background-color: #750C9A;
}
.BgClassName
{
background-color: #750C9A;
}
</style>
border-color css
<style>
span { border-color: #750C9A; }
span { border-color: rgb(117,12,154); }
td.TdClassName
{
border-color: #750C9A;
}
.TagClassName
{
border-color: #750C9A;
}
</style>