Shades of Dark Magenta #8A0184
Tints of Dark Magenta #8A0184
RGB
CMYK
RGB Variations
Color information
#8A0184 (or 0x8A0184) is known color: Dark Magenta. HEX triplet: 8A, 01 and 84. RGB value is (138,1,132). Sum of RGB (Red+Green+Blue) = 138+1+132=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0184 is #75FE7B. Grayscale: #383838. Windows color (decimal): -7732860 or 8651146. OLE color: 8651146.
HSL color Cylindrical-coordinate representation of color #8A0184: hue angle of 302.63º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0184 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.46 |
| HSL | 302.63º | 0.99% | 0.27% | - |
| HSV(B) | 302.63º | 0.99% | 0.54% | - |
| XYZ | 14.66 | 7.09 | 22.43 | - |
| YUV | 56.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 132 | 0 | 0.99 | 0.04 | 0.46 | 302.63 | 0.99 | 0.27 |
| Hex | 8A | 1 | 84 | 0 | 63 | 4 | 2E | 12F | 63 | 1B |
| Octal | 212 | 1 | 204 | 0 | 143 | 4 | 56 | 457 | 143 | 33 |
| Binary | 10001010 | 1 | 10000100 | 0 | 1100011 | 100 | 101110 | 100101111 | 1100011 | 11011 |
Color Harmonies of #8A0184
Complementary color
Monochromatic Colors of #8A0184
Black with #8A0184
Text Example
Text Example
White with #8A0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0184; }
p { color: rgb(138,1,132); }
H1.HeaderClassName
{
color: #8A0184;
}
.AnyTagClassName
{
color: #8A0184;
}
</style>
background-color css
<style>
a { background-color: #8A0184; }
a { background-color: rgb(138,1,132); }
div.DivClassName
{
background-color: #8A0184;
}
.BgClassName
{
background-color: #8A0184;
}
</style>
border-color css
<style>
span { border-color: #8A0184; }
span { border-color: rgb(138,1,132); }
td.TdClassName
{
border-color: #8A0184;
}
.TagClassName
{
border-color: #8A0184;
}
</style>