Shades of Dark Magenta #6F009D
Tints of Dark Magenta #6F009D
RGB
CMYK
RGB Variations
Color information
#6F009D (or 0x6F009D) is known color: Dark Magenta. HEX triplet: 6F, 00 and 9D. RGB value is (111,0,157). Sum of RGB (Red+Green+Blue) = 111+0+157=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F009D is #90FF62. Grayscale: #323232. Windows color (decimal): -9502563 or 10289263. OLE color: 10289263.
HSL color Cylindrical-coordinate representation of color #6F009D: hue angle of 282.42º 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 #6F009D is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 0 | 157 | - |
| CMYK | 0.29 | 1 | 0 | 0.38 |
| HSL | 282.42º | 1% | 0.31% | - |
| HSV(B) | 282.42º | 1% | 0.62% | - |
| XYZ | 12.64 | 5.81 | 32.35 | - |
| YUV | 51.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 157 | 0.29 | 1 | 0 | 0.38 | 282.42 | 1 | 0.31 |
| Hex | 6F | 0 | 9D | 1D | 64 | 0 | 26 | 11A | 64 | 1F |
| Octal | 157 | 0 | 235 | 35 | 144 | 0 | 46 | 432 | 144 | 37 |
| Binary | 1101111 | 0 | 10011101 | 11101 | 1100100 | 0 | 100110 | 100011010 | 1100100 | 11111 |
Color Harmonies of #6F009D
Complementary color
Monochromatic Colors of #6F009D
Black with #6F009D
Text Example
Text Example
White with #6F009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F009D; }
p { color: rgb(111,0,157); }
H1.HeaderClassName
{
color: #6F009D;
}
.AnyTagClassName
{
color: #6F009D;
}
</style>
background-color css
<style>
a { background-color: #6F009D; }
a { background-color: rgb(111,0,157); }
div.DivClassName
{
background-color: #6F009D;
}
.BgClassName
{
background-color: #6F009D;
}
</style>
border-color css
<style>
span { border-color: #6F009D; }
span { border-color: rgb(111,0,157); }
td.TdClassName
{
border-color: #6F009D;
}
.TagClassName
{
border-color: #6F009D;
}
</style>