Shades of Dark Magenta #6F109D
Tints of Dark Magenta #6F109D
RGB
CMYK
RGB Variations
Color information
#6F109D (or 0x6F109D) is known color: Dark Magenta. HEX triplet: 6F, 10 and 9D. RGB value is (111,16,157). Sum of RGB (Red+Green+Blue) = 111+16+157=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F109D is #90EF62. Grayscale: #3C3C3C. Windows color (decimal): -9498467 or 10293359. OLE color: 10293359.
HSL color Cylindrical-coordinate representation of color #6F109D: hue angle of 280.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F109D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 16 | 157 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.38 |
| HSL | 280.43º | 0.82% | 0.34% | - |
| HSV(B) | 280.43º | 0.9% | 0.62% | - |
| XYZ | 12.83 | 6.18 | 32.42 | - |
| YUV | 60.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 157 | 0.29 | 0.90 | 0 | 0.38 | 280.43 | 0.82 | 0.34 |
| Hex | 6F | 10 | 9D | 1D | 5A | 0 | 26 | 118 | 52 | 22 |
| Octal | 157 | 20 | 235 | 35 | 132 | 0 | 46 | 430 | 122 | 42 |
| Binary | 1101111 | 10000 | 10011101 | 11101 | 1011010 | 0 | 100110 | 100011000 | 1010010 | 100010 |
Color Harmonies of #6F109D
Complementary color
Monochromatic Colors of #6F109D
Black with #6F109D
Text Example
Text Example
White with #6F109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F109D; }
p { color: rgb(111,16,157); }
H1.HeaderClassName
{
color: #6F109D;
}
.AnyTagClassName
{
color: #6F109D;
}
</style>
background-color css
<style>
a { background-color: #6F109D; }
a { background-color: rgb(111,16,157); }
div.DivClassName
{
background-color: #6F109D;
}
.BgClassName
{
background-color: #6F109D;
}
</style>
border-color css
<style>
span { border-color: #6F109D; }
span { border-color: rgb(111,16,157); }
td.TdClassName
{
border-color: #6F109D;
}
.TagClassName
{
border-color: #6F109D;
}
</style>