Shades of Dark Magenta #830C88
Tints of Dark Magenta #830C88
RGB
CMYK
RGB Variations
Color information
#830C88 (or 0x830C88) is known color: Dark Magenta. HEX triplet: 83, 0C and 88. RGB value is (131,12,136). Sum of RGB (Red+Green+Blue) = 131+12+136=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #830C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830C88 is #7CF377. Grayscale: #3D3D3D. Windows color (decimal): -8188792 or 8916099. OLE color: 8916099.
HSL color Cylindrical-coordinate representation of color #830C88: hue angle of 297.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C88 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 12 | 136 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.47 |
| HSL | 297.58º | 0.84% | 0.29% | - |
| HSV(B) | 297.58º | 0.91% | 0.53% | - |
| XYZ | 13.94 | 6.87 | 23.88 | - |
| YUV | 61.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 12 | 136 | 0.04 | 0.91 | 0 | 0.47 | 297.58 | 0.84 | 0.29 |
| Hex | 83 | C | 88 | 4 | 5B | 0 | 2F | 12A | 54 | 1D |
| Octal | 203 | 14 | 210 | 4 | 133 | 0 | 57 | 452 | 124 | 35 |
| Binary | 10000011 | 1100 | 10001000 | 100 | 1011011 | 0 | 101111 | 100101010 | 1010100 | 11101 |
Color Harmonies of #830C88
Complementary color
Monochromatic Colors of #830C88
Black with #830C88
Text Example
Text Example
White with #830C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830C88; }
p { color: rgb(131,12,136); }
H1.HeaderClassName
{
color: #830C88;
}
.AnyTagClassName
{
color: #830C88;
}
</style>
background-color css
<style>
a { background-color: #830C88; }
a { background-color: rgb(131,12,136); }
div.DivClassName
{
background-color: #830C88;
}
.BgClassName
{
background-color: #830C88;
}
</style>
border-color css
<style>
span { border-color: #830C88; }
span { border-color: rgb(131,12,136); }
td.TdClassName
{
border-color: #830C88;
}
.TagClassName
{
border-color: #830C88;
}
</style>