Shades of Dark Magenta #9F1093
Tints of Dark Magenta #9F1093
RGB
CMYK
RGB Variations
Color information
#9F1093 (or 0x9F1093) is known color: Dark Magenta. HEX triplet: 9F, 10 and 93. RGB value is (159,16,147). Sum of RGB (Red+Green+Blue) = 159+16+147=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1093 is #60EF6C. Grayscale: #494949. Windows color (decimal): -6352749 or 9638047. OLE color: 9638047.
HSL color Cylindrical-coordinate representation of color #9F1093: hue angle of 305.03º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1093 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 147 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.38 |
| HSL | 305.04º | 0.82% | 0.34% | - |
| HSV(B) | 305.04º | 0.9% | 0.62% | - |
| XYZ | 19.75 | 9.85 | 28.46 | - |
| YUV | 73.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 147 | 0 | 0.90 | 0.08 | 0.38 | 305.04 | 0.82 | 0.34 |
| Hex | 9F | 10 | 93 | 0 | 5A | 8 | 26 | 131 | 52 | 22 |
| Octal | 237 | 20 | 223 | 0 | 132 | 10 | 46 | 461 | 122 | 42 |
| Binary | 10011111 | 10000 | 10010011 | 0 | 1011010 | 1000 | 100110 | 100110001 | 1010010 | 100010 |
Color Harmonies of #9F1093
Complementary color
Monochromatic Colors of #9F1093
Black with #9F1093
Text Example
Text Example
White with #9F1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1093; }
p { color: rgb(159,16,147); }
H1.HeaderClassName
{
color: #9F1093;
}
.AnyTagClassName
{
color: #9F1093;
}
</style>
background-color css
<style>
a { background-color: #9F1093; }
a { background-color: rgb(159,16,147); }
div.DivClassName
{
background-color: #9F1093;
}
.BgClassName
{
background-color: #9F1093;
}
</style>
border-color css
<style>
span { border-color: #9F1093; }
span { border-color: rgb(159,16,147); }
td.TdClassName
{
border-color: #9F1093;
}
.TagClassName
{
border-color: #9F1093;
}
</style>