Shades of Dark Magenta #930685
Tints of Dark Magenta #930685
RGB
CMYK
RGB Variations
Color information
#930685 (or 0x930685) is known color: Dark Magenta. HEX triplet: 93, 06 and 85. RGB value is (147,6,133). Sum of RGB (Red+Green+Blue) = 147+6+133=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #930685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930685 is #6CF97A. Grayscale: #3E3E3E. Windows color (decimal): -7141755 or 8717971. OLE color: 8717971.
HSL color Cylindrical-coordinate representation of color #930685: hue angle of 305.96º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930685 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.42 |
| HSL | 305.96º | 0.92% | 0.3% | - |
| HSV(B) | 305.96º | 0.96% | 0.58% | - |
| XYZ | 16.33 | 8.03 | 22.88 | - |
| YUV | 62.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 133 | 0 | 0.96 | 0.10 | 0.42 | 305.96 | 0.92 | 0.3 |
| Hex | 93 | 6 | 85 | 0 | 60 | A | 2A | 132 | 5C | 1E |
| Octal | 223 | 6 | 205 | 0 | 140 | 12 | 52 | 462 | 134 | 36 |
| Binary | 10010011 | 110 | 10000101 | 0 | 1100000 | 1010 | 101010 | 100110010 | 1011100 | 11110 |
Color Harmonies of #930685
Complementary color
Monochromatic Colors of #930685
Black with #930685
Text Example
Text Example
White with #930685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930685; }
p { color: rgb(147,6,133); }
H1.HeaderClassName
{
color: #930685;
}
.AnyTagClassName
{
color: #930685;
}
</style>
background-color css
<style>
a { background-color: #930685; }
a { background-color: rgb(147,6,133); }
div.DivClassName
{
background-color: #930685;
}
.BgClassName
{
background-color: #930685;
}
</style>
border-color css
<style>
span { border-color: #930685; }
span { border-color: rgb(147,6,133); }
td.TdClassName
{
border-color: #930685;
}
.TagClassName
{
border-color: #930685;
}
</style>