Shades of Dark Magenta #6E009D
Tints of Dark Magenta #6E009D
RGB
CMYK
RGB Variations
Color information
#6E009D (or 0x6E009D) is known color: Dark Magenta. HEX triplet: 6E, 00 and 9D. RGB value is (110,0,157). Sum of RGB (Red+Green+Blue) = 110+0+157=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E009D is #91FF62. Grayscale: #323232. Windows color (decimal): -9568099 or 10289262. OLE color: 10289262.
HSL color Cylindrical-coordinate representation of color #6E009D: hue angle of 282.04º 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 #6E009D is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 0 | 157 | - |
| CMYK | 0.30 | 1 | 0 | 0.38 |
| HSL | 282.04º | 1% | 0.31% | - |
| HSV(B) | 282.04º | 1% | 0.62% | - |
| XYZ | 12.52 | 5.75 | 32.35 | - |
| YUV | 50.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 157 | 0.30 | 1 | 0 | 0.38 | 282.04 | 1 | 0.31 |
| Hex | 6E | 0 | 9D | 1E | 64 | 0 | 26 | 11A | 64 | 1F |
| Octal | 156 | 0 | 235 | 36 | 144 | 0 | 46 | 432 | 144 | 37 |
| Binary | 1101110 | 0 | 10011101 | 11110 | 1100100 | 0 | 100110 | 100011010 | 1100100 | 11111 |
Color Harmonies of #6E009D
Complementary color
Monochromatic Colors of #6E009D
Black with #6E009D
Text Example
Text Example
White with #6E009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E009D; }
p { color: rgb(110,0,157); }
H1.HeaderClassName
{
color: #6E009D;
}
.AnyTagClassName
{
color: #6E009D;
}
</style>
background-color css
<style>
a { background-color: #6E009D; }
a { background-color: rgb(110,0,157); }
div.DivClassName
{
background-color: #6E009D;
}
.BgClassName
{
background-color: #6E009D;
}
</style>
border-color css
<style>
span { border-color: #6E009D; }
span { border-color: rgb(110,0,157); }
td.TdClassName
{
border-color: #6E009D;
}
.TagClassName
{
border-color: #6E009D;
}
</style>