Shades of Dark Magenta #82018C
Tints of Dark Magenta #82018C
RGB
CMYK
RGB Variations
Color information
#82018C (or 0x82018C) is known color: Dark Magenta. HEX triplet: 82, 01 and 8C. RGB value is (130,1,140). Sum of RGB (Red+Green+Blue) = 130+1+140=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #82018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82018C is #7DFE73. Grayscale: #363636. Windows color (decimal): -8257140 or 9175426. OLE color: 9175426.
HSL color Cylindrical-coordinate representation of color #82018C: hue angle of 295.68º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82018C is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 1 | 140 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.45 |
| HSL | 295.68º | 0.99% | 0.28% | - |
| HSV(B) | 295.68º | 0.99% | 0.55% | - |
| XYZ | 13.95 | 6.66 | 25.36 | - |
| YUV | 55.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 140 | 0.07 | 0.99 | 0 | 0.45 | 295.68 | 0.99 | 0.28 |
| Hex | 82 | 1 | 8C | 7 | 63 | 0 | 2D | 128 | 63 | 1C |
| Octal | 202 | 1 | 214 | 7 | 143 | 0 | 55 | 450 | 143 | 34 |
| Binary | 10000010 | 1 | 10001100 | 111 | 1100011 | 0 | 101101 | 100101000 | 1100011 | 11100 |
Color Harmonies of #82018C
Complementary color
Monochromatic Colors of #82018C
Black with #82018C
Text Example
Text Example
White with #82018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82018C; }
p { color: rgb(130,1,140); }
H1.HeaderClassName
{
color: #82018C;
}
.AnyTagClassName
{
color: #82018C;
}
</style>
background-color css
<style>
a { background-color: #82018C; }
a { background-color: rgb(130,1,140); }
div.DivClassName
{
background-color: #82018C;
}
.BgClassName
{
background-color: #82018C;
}
</style>
border-color css
<style>
span { border-color: #82018C; }
span { border-color: rgb(130,1,140); }
td.TdClassName
{
border-color: #82018C;
}
.TagClassName
{
border-color: #82018C;
}
</style>