Shades of Dark Magenta #8A1183
Tints of Dark Magenta #8A1183
RGB
CMYK
RGB Variations
Color information
#8A1183 (or 0x8A1183) is known color: Dark Magenta. HEX triplet: 8A, 11 and 83. RGB value is (138,17,131). Sum of RGB (Red+Green+Blue) = 138+17+131=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1183 is #75EE7C. Grayscale: #414141. Windows color (decimal): -7728765 or 8589706. OLE color: 8589706.
HSL color Cylindrical-coordinate representation of color #8A1183: hue angle of 303.47º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1183 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 131 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.46 |
| HSL | 303.47º | 0.78% | 0.3% | - |
| HSV(B) | 303.47º | 0.88% | 0.54% | - |
| XYZ | 14.78 | 7.44 | 22.13 | - |
| YUV | 66.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 131 | 0 | 0.88 | 0.05 | 0.46 | 303.47 | 0.78 | 0.3 |
| Hex | 8A | 11 | 83 | 0 | 58 | 5 | 2E | 12F | 4E | 1E |
| Octal | 212 | 21 | 203 | 0 | 130 | 5 | 56 | 457 | 116 | 36 |
| Binary | 10001010 | 10001 | 10000011 | 0 | 1011000 | 101 | 101110 | 100101111 | 1001110 | 11110 |
Color Harmonies of #8A1183
Complementary color
Monochromatic Colors of #8A1183
Black with #8A1183
Text Example
Text Example
White with #8A1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1183; }
p { color: rgb(138,17,131); }
H1.HeaderClassName
{
color: #8A1183;
}
.AnyTagClassName
{
color: #8A1183;
}
</style>
background-color css
<style>
a { background-color: #8A1183; }
a { background-color: rgb(138,17,131); }
div.DivClassName
{
background-color: #8A1183;
}
.BgClassName
{
background-color: #8A1183;
}
</style>
border-color css
<style>
span { border-color: #8A1183; }
span { border-color: rgb(138,17,131); }
td.TdClassName
{
border-color: #8A1183;
}
.TagClassName
{
border-color: #8A1183;
}
</style>