Shades of Dark Magenta #830188
Tints of Dark Magenta #830188
RGB
CMYK
RGB Variations
Color information
#830188 (or 0x830188) is known color: Dark Magenta. HEX triplet: 83, 01 and 88. RGB value is (131,1,136). Sum of RGB (Red+Green+Blue) = 131+1+136=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #830188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830188 is #7CFE77. Grayscale: #363636. Windows color (decimal): -8191608 or 8913283. OLE color: 8913283.
HSL color Cylindrical-coordinate representation of color #830188: hue angle of 297.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830188 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 1 | 136 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.47 |
| HSL | 297.78º | 0.99% | 0.27% | - |
| HSV(B) | 297.78º | 0.99% | 0.53% | - |
| XYZ | 13.81 | 6.62 | 23.84 | - |
| YUV | 55.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 136 | 0.04 | 0.99 | 0 | 0.47 | 297.78 | 0.99 | 0.27 |
| Hex | 83 | 1 | 88 | 4 | 63 | 0 | 2F | 12A | 63 | 1B |
| Octal | 203 | 1 | 210 | 4 | 143 | 0 | 57 | 452 | 143 | 33 |
| Binary | 10000011 | 1 | 10001000 | 100 | 1100011 | 0 | 101111 | 100101010 | 1100011 | 11011 |
Color Harmonies of #830188
Complementary color
Monochromatic Colors of #830188
Black with #830188
Text Example
Text Example
White with #830188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830188; }
p { color: rgb(131,1,136); }
H1.HeaderClassName
{
color: #830188;
}
.AnyTagClassName
{
color: #830188;
}
</style>
background-color css
<style>
a { background-color: #830188; }
a { background-color: rgb(131,1,136); }
div.DivClassName
{
background-color: #830188;
}
.BgClassName
{
background-color: #830188;
}
</style>
border-color css
<style>
span { border-color: #830188; }
span { border-color: rgb(131,1,136); }
td.TdClassName
{
border-color: #830188;
}
.TagClassName
{
border-color: #830188;
}
</style>