Shades of Dark Magenta #6F089F
Tints of Dark Magenta #6F089F
RGB
CMYK
RGB Variations
Color information
#6F089F (or 0x6F089F) is known color: Dark Magenta. HEX triplet: 6F, 08 and 9F. RGB value is (111,8,159). Sum of RGB (Red+Green+Blue) = 111+8+159=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F089F is #90F760. Grayscale: #373737. Windows color (decimal): -9500513 or 10422383. OLE color: 10422383.
HSL color Cylindrical-coordinate representation of color #6F089F: hue angle of 280.93º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F089F is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 8 | 159 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.38 |
| HSL | 280.93º | 0.9% | 0.33% | - |
| HSV(B) | 280.93º | 0.95% | 0.62% | - |
| XYZ | 12.9 | 6.06 | 33.29 | - |
| YUV | 56.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 159 | 0.30 | 0.95 | 0 | 0.38 | 280.93 | 0.9 | 0.33 |
| Hex | 6F | 8 | 9F | 1E | 5F | 0 | 26 | 119 | 5A | 21 |
| Octal | 157 | 10 | 237 | 36 | 137 | 0 | 46 | 431 | 132 | 41 |
| Binary | 1101111 | 1000 | 10011111 | 11110 | 1011111 | 0 | 100110 | 100011001 | 1011010 | 100001 |
Color Harmonies of #6F089F
Complementary color
Monochromatic Colors of #6F089F
Black with #6F089F
Text Example
Text Example
White with #6F089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F089F; }
p { color: rgb(111,8,159); }
H1.HeaderClassName
{
color: #6F089F;
}
.AnyTagClassName
{
color: #6F089F;
}
</style>
background-color css
<style>
a { background-color: #6F089F; }
a { background-color: rgb(111,8,159); }
div.DivClassName
{
background-color: #6F089F;
}
.BgClassName
{
background-color: #6F089F;
}
</style>
border-color css
<style>
span { border-color: #6F089F; }
span { border-color: rgb(111,8,159); }
td.TdClassName
{
border-color: #6F089F;
}
.TagClassName
{
border-color: #6F089F;
}
</style>