Shades of Dark Magenta #8C019B
Tints of Dark Magenta #8C019B
RGB
CMYK
RGB Variations
Color information
#8C019B (or 0x8C019B) is known color: Dark Magenta. HEX triplet: 8C, 01 and 9B. RGB value is (140,1,155). Sum of RGB (Red+Green+Blue) = 140+1+155=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C019B is #73FE64. Grayscale: #3B3B3B. Windows color (decimal): -7601765 or 10158476. OLE color: 10158476.
HSL color Cylindrical-coordinate representation of color #8C019B: hue angle of 294.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C019B is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 1 | 155 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.39 |
| HSL | 294.16º | 0.99% | 0.31% | - |
| HSV(B) | 294.16º | 0.99% | 0.61% | - |
| XYZ | 16.74 | 7.96 | 31.67 | - |
| YUV | 60.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 155 | 0.10 | 0.99 | 0 | 0.39 | 294.16 | 0.99 | 0.31 |
| Hex | 8C | 1 | 9B | A | 63 | 0 | 27 | 126 | 63 | 1F |
| Octal | 214 | 1 | 233 | 12 | 143 | 0 | 47 | 446 | 143 | 37 |
| Binary | 10001100 | 1 | 10011011 | 1010 | 1100011 | 0 | 100111 | 100100110 | 1100011 | 11111 |
Color Harmonies of #8C019B
Complementary color
Monochromatic Colors of #8C019B
Black with #8C019B
Text Example
Text Example
White with #8C019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C019B; }
p { color: rgb(140,1,155); }
H1.HeaderClassName
{
color: #8C019B;
}
.AnyTagClassName
{
color: #8C019B;
}
</style>
background-color css
<style>
a { background-color: #8C019B; }
a { background-color: rgb(140,1,155); }
div.DivClassName
{
background-color: #8C019B;
}
.BgClassName
{
background-color: #8C019B;
}
</style>
border-color css
<style>
span { border-color: #8C019B; }
span { border-color: rgb(140,1,155); }
td.TdClassName
{
border-color: #8C019B;
}
.TagClassName
{
border-color: #8C019B;
}
</style>