Shades of Dark Magenta #8B079F
Tints of Dark Magenta #8B079F
RGB
CMYK
RGB Variations
Color information
#8B079F (or 0x8B079F) is known color: Dark Magenta. HEX triplet: 8B, 07 and 9F. RGB value is (139,7,159). Sum of RGB (Red+Green+Blue) = 139+7+159=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B079F is #74F860. Grayscale: #3F3F3F. Windows color (decimal): -7665761 or 10422155. OLE color: 10422155.
HSL color Cylindrical-coordinate representation of color #8B079F: hue angle of 292.11º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B079F is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 7 | 159 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.38 |
| HSL | 292.11º | 0.92% | 0.33% | - |
| HSV(B) | 292.11º | 0.96% | 0.62% | - |
| XYZ | 16.98 | 8.14 | 33.48 | - |
| YUV | 63.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 159 | 0.13 | 0.96 | 0 | 0.38 | 292.11 | 0.92 | 0.33 |
| Hex | 8B | 7 | 9F | D | 60 | 0 | 26 | 124 | 5C | 21 |
| Octal | 213 | 7 | 237 | 15 | 140 | 0 | 46 | 444 | 134 | 41 |
| Binary | 10001011 | 111 | 10011111 | 1101 | 1100000 | 0 | 100110 | 100100100 | 1011100 | 100001 |
Color Harmonies of #8B079F
Complementary color
Monochromatic Colors of #8B079F
Black with #8B079F
Text Example
Text Example
White with #8B079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B079F; }
p { color: rgb(139,7,159); }
H1.HeaderClassName
{
color: #8B079F;
}
.AnyTagClassName
{
color: #8B079F;
}
</style>
background-color css
<style>
a { background-color: #8B079F; }
a { background-color: rgb(139,7,159); }
div.DivClassName
{
background-color: #8B079F;
}
.BgClassName
{
background-color: #8B079F;
}
</style>
border-color css
<style>
span { border-color: #8B079F; }
span { border-color: rgb(139,7,159); }
td.TdClassName
{
border-color: #8B079F;
}
.TagClassName
{
border-color: #8B079F;
}
</style>