Shades of Dark Magenta #8B199C
Tints of Dark Magenta #8B199C
RGB
CMYK
RGB Variations
Color information
#8B199C (or 0x8B199C) is known color: Dark Magenta. HEX triplet: 8B, 19 and 9C. RGB value is (139,25,156). Sum of RGB (Red+Green+Blue) = 139+25+156=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B199C is #74E663. Grayscale: #494949. Windows color (decimal): -7661156 or 10230155. OLE color: 10230155.
HSL color Cylindrical-coordinate representation of color #8B199C: hue angle of 292.21º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B199C is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 25 | 156 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.39 |
| HSL | 292.21º | 0.72% | 0.35% | - |
| HSV(B) | 292.21º | 0.84% | 0.61% | - |
| XYZ | 17 | 8.58 | 32.21 | - |
| YUV | 74.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 156 | 0.11 | 0.84 | 0 | 0.39 | 292.21 | 0.72 | 0.35 |
| Hex | 8B | 19 | 9C | B | 54 | 0 | 27 | 124 | 48 | 23 |
| Octal | 213 | 31 | 234 | 13 | 124 | 0 | 47 | 444 | 110 | 43 |
| Binary | 10001011 | 11001 | 10011100 | 1011 | 1010100 | 0 | 100111 | 100100100 | 1001000 | 100011 |
Color Harmonies of #8B199C
Complementary color
Monochromatic Colors of #8B199C
Black with #8B199C
Text Example
Text Example
White with #8B199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B199C; }
p { color: rgb(139,25,156); }
H1.HeaderClassName
{
color: #8B199C;
}
.AnyTagClassName
{
color: #8B199C;
}
</style>
background-color css
<style>
a { background-color: #8B199C; }
a { background-color: rgb(139,25,156); }
div.DivClassName
{
background-color: #8B199C;
}
.BgClassName
{
background-color: #8B199C;
}
</style>
border-color css
<style>
span { border-color: #8B199C; }
span { border-color: rgb(139,25,156); }
td.TdClassName
{
border-color: #8B199C;
}
.TagClassName
{
border-color: #8B199C;
}
</style>