Shades of Dark Magenta #8C02A5
Tints of Dark Magenta #8C02A5
RGB
CMYK
RGB Variations
Color information
#8C02A5 (or 0x8C02A5) is known color: Dark Magenta. HEX triplet: 8C, 02 and A5. RGB value is (140,2,165). Sum of RGB (Red+Green+Blue) = 140+2+165=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C02A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C02A5 is #73FD5A. Grayscale: #3D3D3D. Windows color (decimal): -7601499 or 10814092. OLE color: 10814092.
HSL color Cylindrical-coordinate representation of color #8C02A5: hue angle of 290.8º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02A5 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 2 | 165 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.35 |
| HSL | 290.8º | 0.98% | 0.33% | - |
| HSV(B) | 290.8º | 0.99% | 0.65% | - |
| XYZ | 17.63 | 8.34 | 36.28 | - |
| YUV | 61.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 165 | 0.15 | 0.99 | 0 | 0.35 | 290.8 | 0.98 | 0.33 |
| Hex | 8C | 2 | A5 | F | 63 | 0 | 23 | 123 | 62 | 21 |
| Octal | 214 | 2 | 245 | 17 | 143 | 0 | 43 | 443 | 142 | 41 |
| Binary | 10001100 | 10 | 10100101 | 1111 | 1100011 | 0 | 100011 | 100100011 | 1100010 | 100001 |
Color Harmonies of #8C02A5
Complementary color
Monochromatic Colors of #8C02A5
Black with #8C02A5
Text Example
Text Example
White with #8C02A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02A5; }
p { color: rgb(140,2,165); }
H1.HeaderClassName
{
color: #8C02A5;
}
.AnyTagClassName
{
color: #8C02A5;
}
</style>
background-color css
<style>
a { background-color: #8C02A5; }
a { background-color: rgb(140,2,165); }
div.DivClassName
{
background-color: #8C02A5;
}
.BgClassName
{
background-color: #8C02A5;
}
</style>
border-color css
<style>
span { border-color: #8C02A5; }
span { border-color: rgb(140,2,165); }
td.TdClassName
{
border-color: #8C02A5;
}
.TagClassName
{
border-color: #8C02A5;
}
</style>