Shades of Dark Magenta #93079F
Tints of Dark Magenta #93079F
RGB
CMYK
RGB Variations
Color information
#93079F (or 0x93079F) is known color: Dark Magenta. HEX triplet: 93, 07 and 9F. RGB value is (147,7,159). Sum of RGB (Red+Green+Blue) = 147+7+159=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #93079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93079F is #6CF860. Grayscale: #414141. Windows color (decimal): -7141473 or 10422163. OLE color: 10422163.
HSL color Cylindrical-coordinate representation of color #93079F: hue angle of 295.26º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93079F is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 7 | 159 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.38 |
| HSL | 295.26º | 0.92% | 0.33% | - |
| HSV(B) | 295.26º | 0.96% | 0.62% | - |
| XYZ | 18.37 | 8.86 | 33.54 | - |
| YUV | 66.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 159 | 0.08 | 0.96 | 0 | 0.38 | 295.26 | 0.92 | 0.33 |
| Hex | 93 | 7 | 9F | 8 | 60 | 0 | 26 | 127 | 5C | 21 |
| Octal | 223 | 7 | 237 | 10 | 140 | 0 | 46 | 447 | 134 | 41 |
| Binary | 10010011 | 111 | 10011111 | 1000 | 1100000 | 0 | 100110 | 100100111 | 1011100 | 100001 |
Color Harmonies of #93079F
Complementary color
Monochromatic Colors of #93079F
Black with #93079F
Text Example
Text Example
White with #93079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93079F; }
p { color: rgb(147,7,159); }
H1.HeaderClassName
{
color: #93079F;
}
.AnyTagClassName
{
color: #93079F;
}
</style>
background-color css
<style>
a { background-color: #93079F; }
a { background-color: rgb(147,7,159); }
div.DivClassName
{
background-color: #93079F;
}
.BgClassName
{
background-color: #93079F;
}
</style>
border-color css
<style>
span { border-color: #93079F; }
span { border-color: rgb(147,7,159); }
td.TdClassName
{
border-color: #93079F;
}
.TagClassName
{
border-color: #93079F;
}
</style>