Shades of Dark Magenta #920CAC
Tints of Dark Magenta #920CAC
RGB
CMYK
RGB Variations
Color information
#920CAC (or 0x920CAC) is known color: Dark Magenta. HEX triplet: 92, 0C and AC. RGB value is (146,12,172). Sum of RGB (Red+Green+Blue) = 146+12+172=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #920CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920CAC is #6DF353. Grayscale: #454545. Windows color (decimal): -7205716 or 11275410. OLE color: 11275410.
HSL color Cylindrical-coordinate representation of color #920CAC: hue angle of 290.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920CAC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 12 | 172 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.33 |
| HSL | 290.25º | 0.87% | 0.36% | - |
| HSV(B) | 290.25º | 0.93% | 0.67% | - |
| XYZ | 19.43 | 9.35 | 39.81 | - |
| YUV | 70.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 12 | 172 | 0.15 | 0.93 | 0 | 0.33 | 290.25 | 0.87 | 0.36 |
| Hex | 92 | C | AC | F | 5D | 0 | 21 | 122 | 57 | 24 |
| Octal | 222 | 14 | 254 | 17 | 135 | 0 | 41 | 442 | 127 | 44 |
| Binary | 10010010 | 1100 | 10101100 | 1111 | 1011101 | 0 | 100001 | 100100010 | 1010111 | 100100 |
Color Harmonies of #920CAC
Complementary color
Monochromatic Colors of #920CAC
Black with #920CAC
Text Example
Text Example
White with #920CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920CAC; }
p { color: rgb(146,12,172); }
H1.HeaderClassName
{
color: #920CAC;
}
.AnyTagClassName
{
color: #920CAC;
}
</style>
background-color css
<style>
a { background-color: #920CAC; }
a { background-color: rgb(146,12,172); }
div.DivClassName
{
background-color: #920CAC;
}
.BgClassName
{
background-color: #920CAC;
}
</style>
border-color css
<style>
span { border-color: #920CAC; }
span { border-color: rgb(146,12,172); }
td.TdClassName
{
border-color: #920CAC;
}
.TagClassName
{
border-color: #920CAC;
}
</style>