Shades of Dark Magenta #930686
Tints of Dark Magenta #930686
RGB
CMYK
RGB Variations
Color information
#930686 (or 0x930686) is known color: Dark Magenta. HEX triplet: 93, 06 and 86. RGB value is (147,6,134). Sum of RGB (Red+Green+Blue) = 147+6+134=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930686 is #6CF979. Grayscale: #3E3E3E. Windows color (decimal): -7141754 or 8783507. OLE color: 8783507.
HSL color Cylindrical-coordinate representation of color #930686: hue angle of 305.53º 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 #930686 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 134 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.42 |
| HSL | 305.53º | 0.92% | 0.3% | - |
| HSV(B) | 305.53º | 0.96% | 0.58% | - |
| XYZ | 16.4 | 8.05 | 23.24 | - |
| YUV | 62.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 134 | 0 | 0.96 | 0.09 | 0.42 | 305.53 | 0.92 | 0.3 |
| Hex | 93 | 6 | 86 | 0 | 60 | 9 | 2A | 132 | 5C | 1E |
| Octal | 223 | 6 | 206 | 0 | 140 | 11 | 52 | 462 | 134 | 36 |
| Binary | 10010011 | 110 | 10000110 | 0 | 1100000 | 1001 | 101010 | 100110010 | 1011100 | 11110 |
Color Harmonies of #930686
Complementary color
Monochromatic Colors of #930686
Black with #930686
Text Example
Text Example
White with #930686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930686; }
p { color: rgb(147,6,134); }
H1.HeaderClassName
{
color: #930686;
}
.AnyTagClassName
{
color: #930686;
}
</style>
background-color css
<style>
a { background-color: #930686; }
a { background-color: rgb(147,6,134); }
div.DivClassName
{
background-color: #930686;
}
.BgClassName
{
background-color: #930686;
}
</style>
border-color css
<style>
span { border-color: #930686; }
span { border-color: rgb(147,6,134); }
td.TdClassName
{
border-color: #930686;
}
.TagClassName
{
border-color: #930686;
}
</style>