Shades of Dark Magenta #911C98
Tints of Dark Magenta #911C98
RGB
CMYK
RGB Variations
Color information
#911C98 (or 0x911C98) is known color: Dark Magenta. HEX triplet: 91, 1C and 98. RGB value is (145,28,152). Sum of RGB (Red+Green+Blue) = 145+28+152=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #911C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C98 is #6EE367. Grayscale: #4C4C4C. Windows color (decimal): -7267176 or 9968785. OLE color: 9968785.
HSL color Cylindrical-coordinate representation of color #911C98: hue angle of 296.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911C98 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 28 | 152 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.40 |
| HSL | 296.61º | 0.69% | 0.35% | - |
| HSV(B) | 296.61º | 0.82% | 0.6% | - |
| XYZ | 17.76 | 9.12 | 30.53 | - |
| YUV | 77.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 152 | 0.05 | 0.82 | 0 | 0.40 | 296.61 | 0.69 | 0.35 |
| Hex | 91 | 1C | 98 | 5 | 52 | 0 | 28 | 129 | 45 | 23 |
| Octal | 221 | 34 | 230 | 5 | 122 | 0 | 50 | 451 | 105 | 43 |
| Binary | 10010001 | 11100 | 10011000 | 101 | 1010010 | 0 | 101000 | 100101001 | 1000101 | 100011 |
Color Harmonies of #911C98
Complementary color
Monochromatic Colors of #911C98
Black with #911C98
Text Example
Text Example
White with #911C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C98; }
p { color: rgb(145,28,152); }
H1.HeaderClassName
{
color: #911C98;
}
.AnyTagClassName
{
color: #911C98;
}
</style>
background-color css
<style>
a { background-color: #911C98; }
a { background-color: rgb(145,28,152); }
div.DivClassName
{
background-color: #911C98;
}
.BgClassName
{
background-color: #911C98;
}
</style>
border-color css
<style>
span { border-color: #911C98; }
span { border-color: rgb(145,28,152); }
td.TdClassName
{
border-color: #911C98;
}
.TagClassName
{
border-color: #911C98;
}
</style>