Shades of Dark Magenta #6E009F
Tints of Dark Magenta #6E009F
RGB
CMYK
RGB Variations
Color information
#6E009F (or 0x6E009F) is known color: Dark Magenta. HEX triplet: 6E, 00 and 9F. RGB value is (110,0,159). Sum of RGB (Red+Green+Blue) = 110+0+159=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E009F is #91FF60. Grayscale: #323232. Windows color (decimal): -9568097 or 10420334. OLE color: 10420334.
HSL color Cylindrical-coordinate representation of color #6E009F: hue angle of 281.51º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E009F is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 0 | 159 | - |
| CMYK | 0.31 | 1 | 0 | 0.38 |
| HSL | 281.51º | 1% | 0.31% | - |
| HSV(B) | 281.51º | 1% | 0.62% | - |
| XYZ | 12.69 | 5.82 | 33.26 | - |
| YUV | 51.02 | 188.94 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 159 | 0.31 | 1 | 0 | 0.38 | 281.51 | 1 | 0.31 |
| Hex | 6E | 0 | 9F | 1F | 64 | 0 | 26 | 11A | 64 | 1F |
| Octal | 156 | 0 | 237 | 37 | 144 | 0 | 46 | 432 | 144 | 37 |
| Binary | 1101110 | 0 | 10011111 | 11111 | 1100100 | 0 | 100110 | 100011010 | 1100100 | 11111 |
Color Harmonies of #6E009F
Complementary color
Monochromatic Colors of #6E009F
Black with #6E009F
Text Example
Text Example
White with #6E009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E009F; }
p { color: rgb(110,0,159); }
H1.HeaderClassName
{
color: #6E009F;
}
.AnyTagClassName
{
color: #6E009F;
}
</style>
background-color css
<style>
a { background-color: #6E009F; }
a { background-color: rgb(110,0,159); }
div.DivClassName
{
background-color: #6E009F;
}
.BgClassName
{
background-color: #6E009F;
}
</style>
border-color css
<style>
span { border-color: #6E009F; }
span { border-color: rgb(110,0,159); }
td.TdClassName
{
border-color: #6E009F;
}
.TagClassName
{
border-color: #6E009F;
}
</style>