Shades of Dark Magenta #8B098E
Tints of Dark Magenta #8B098E
RGB
CMYK
RGB Variations
Color information
#8B098E (or 0x8B098E) is known color: Dark Magenta. HEX triplet: 8B, 09 and 8E. RGB value is (139,9,142). Sum of RGB (Red+Green+Blue) = 139+9+142=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B098E is #74F671. Grayscale: #3E3E3E. Windows color (decimal): -7665266 or 9308555. OLE color: 9308555.
HSL color Cylindrical-coordinate representation of color #8B098E: hue angle of 298.65º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B098E is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 9 | 142 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.44 |
| HSL | 298.65º | 0.88% | 0.3% | - |
| HSV(B) | 298.65º | 0.94% | 0.56% | - |
| XYZ | 15.63 | 7.64 | 26.24 | - |
| YUV | 63.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 142 | 0.02 | 0.94 | 0 | 0.44 | 298.65 | 0.88 | 0.3 |
| Hex | 8B | 9 | 8E | 2 | 5E | 0 | 2C | 12B | 58 | 1E |
| Octal | 213 | 11 | 216 | 2 | 136 | 0 | 54 | 453 | 130 | 36 |
| Binary | 10001011 | 1001 | 10001110 | 10 | 1011110 | 0 | 101100 | 100101011 | 1011000 | 11110 |
Color Harmonies of #8B098E
Complementary color
Monochromatic Colors of #8B098E
Black with #8B098E
Text Example
Text Example
White with #8B098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B098E; }
p { color: rgb(139,9,142); }
H1.HeaderClassName
{
color: #8B098E;
}
.AnyTagClassName
{
color: #8B098E;
}
</style>
background-color css
<style>
a { background-color: #8B098E; }
a { background-color: rgb(139,9,142); }
div.DivClassName
{
background-color: #8B098E;
}
.BgClassName
{
background-color: #8B098E;
}
</style>
border-color css
<style>
span { border-color: #8B098E; }
span { border-color: rgb(139,9,142); }
td.TdClassName
{
border-color: #8B098E;
}
.TagClassName
{
border-color: #8B098E;
}
</style>