Shades of Dark Magenta #830E8F
Tints of Dark Magenta #830E8F
RGB
CMYK
RGB Variations
Color information
#830E8F (or 0x830E8F) is known color: Dark Magenta. HEX triplet: 83, 0E and 8F. RGB value is (131,14,143). Sum of RGB (Red+Green+Blue) = 131+14+143=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #830E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830E8F is #7CF170. Grayscale: #3F3F3F. Windows color (decimal): -8188273 or 9375363. OLE color: 9375363.
HSL color Cylindrical-coordinate representation of color #830E8F: hue angle of 294.42º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #830E8F is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 14 | 143 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.44 |
| HSL | 294.42º | 0.82% | 0.31% | - |
| HSV(B) | 294.42º | 0.9% | 0.56% | - |
| XYZ | 14.48 | 7.12 | 26.6 | - |
| YUV | 63.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 143 | 0.08 | 0.90 | 0 | 0.44 | 294.42 | 0.82 | 0.31 |
| Hex | 83 | E | 8F | 8 | 5A | 0 | 2C | 126 | 52 | 1F |
| Octal | 203 | 16 | 217 | 10 | 132 | 0 | 54 | 446 | 122 | 37 |
| Binary | 10000011 | 1110 | 10001111 | 1000 | 1011010 | 0 | 101100 | 100100110 | 1010010 | 11111 |
Color Harmonies of #830E8F
Complementary color
Monochromatic Colors of #830E8F
Black with #830E8F
Text Example
Text Example
White with #830E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E8F; }
p { color: rgb(131,14,143); }
H1.HeaderClassName
{
color: #830E8F;
}
.AnyTagClassName
{
color: #830E8F;
}
</style>
background-color css
<style>
a { background-color: #830E8F; }
a { background-color: rgb(131,14,143); }
div.DivClassName
{
background-color: #830E8F;
}
.BgClassName
{
background-color: #830E8F;
}
</style>
border-color css
<style>
span { border-color: #830E8F; }
span { border-color: rgb(131,14,143); }
td.TdClassName
{
border-color: #830E8F;
}
.TagClassName
{
border-color: #830E8F;
}
</style>