Shades of Dark Magenta #830888
Tints of Dark Magenta #830888
RGB
CMYK
RGB Variations
Color information
#830888 (or 0x830888) is known color: Dark Magenta. HEX triplet: 83, 08 and 88. RGB value is (131,8,136). Sum of RGB (Red+Green+Blue) = 131+8+136=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #830888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830888 is #7CF777. Grayscale: #3A3A3A. Windows color (decimal): -8189816 or 8915075. OLE color: 8915075.
HSL color Cylindrical-coordinate representation of color #830888: hue angle of 297.66º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830888 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 8 | 136 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.47 |
| HSL | 297.66º | 0.89% | 0.28% | - |
| HSV(B) | 297.66º | 0.94% | 0.53% | - |
| XYZ | 13.89 | 6.78 | 23.87 | - |
| YUV | 59.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 136 | 0.04 | 0.94 | 0 | 0.47 | 297.66 | 0.89 | 0.28 |
| Hex | 83 | 8 | 88 | 4 | 5E | 0 | 2F | 12A | 59 | 1C |
| Octal | 203 | 10 | 210 | 4 | 136 | 0 | 57 | 452 | 131 | 34 |
| Binary | 10000011 | 1000 | 10001000 | 100 | 1011110 | 0 | 101111 | 100101010 | 1011001 | 11100 |
Color Harmonies of #830888
Complementary color
Monochromatic Colors of #830888
Black with #830888
Text Example
Text Example
White with #830888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830888; }
p { color: rgb(131,8,136); }
H1.HeaderClassName
{
color: #830888;
}
.AnyTagClassName
{
color: #830888;
}
</style>
background-color css
<style>
a { background-color: #830888; }
a { background-color: rgb(131,8,136); }
div.DivClassName
{
background-color: #830888;
}
.BgClassName
{
background-color: #830888;
}
</style>
border-color css
<style>
span { border-color: #830888; }
span { border-color: rgb(131,8,136); }
td.TdClassName
{
border-color: #830888;
}
.TagClassName
{
border-color: #830888;
}
</style>