Shades of Dark Magenta #6F0A9E
Tints of Dark Magenta #6F0A9E
RGB
CMYK
RGB Variations
Color information
#6F0A9E (or 0x6F0A9E) is known color: Dark Magenta. HEX triplet: 6F, 0A and 9E. RGB value is (111,10,158). Sum of RGB (Red+Green+Blue) = 111+10+158=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F0A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0A9E is #90F561. Grayscale: #383838. Windows color (decimal): -9500002 or 10357359. OLE color: 10357359.
HSL color Cylindrical-coordinate representation of color #6F0A9E: hue angle of 280.95º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0A9E is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 10 | 158 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.38 |
| HSL | 280.95º | 0.88% | 0.33% | - |
| HSV(B) | 280.95º | 0.94% | 0.62% | - |
| XYZ | 12.84 | 6.07 | 32.84 | - |
| YUV | 57.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 158 | 0.30 | 0.94 | 0 | 0.38 | 280.95 | 0.88 | 0.33 |
| Hex | 6F | A | 9E | 1E | 5E | 0 | 26 | 119 | 58 | 21 |
| Octal | 157 | 12 | 236 | 36 | 136 | 0 | 46 | 431 | 130 | 41 |
| Binary | 1101111 | 1010 | 10011110 | 11110 | 1011110 | 0 | 100110 | 100011001 | 1011000 | 100001 |
Color Harmonies of #6F0A9E
Complementary color
Monochromatic Colors of #6F0A9E
Black with #6F0A9E
Text Example
Text Example
White with #6F0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A9E; }
p { color: rgb(111,10,158); }
H1.HeaderClassName
{
color: #6F0A9E;
}
.AnyTagClassName
{
color: #6F0A9E;
}
</style>
background-color css
<style>
a { background-color: #6F0A9E; }
a { background-color: rgb(111,10,158); }
div.DivClassName
{
background-color: #6F0A9E;
}
.BgClassName
{
background-color: #6F0A9E;
}
</style>
border-color css
<style>
span { border-color: #6F0A9E; }
span { border-color: rgb(111,10,158); }
td.TdClassName
{
border-color: #6F0A9E;
}
.TagClassName
{
border-color: #6F0A9E;
}
</style>