Shades of Dark Magenta #8A0393
Tints of Dark Magenta #8A0393
RGB
CMYK
RGB Variations
Color information
#8A0393 (or 0x8A0393) is known color: Dark Magenta. HEX triplet: 8A, 03 and 93. RGB value is (138,3,147). Sum of RGB (Red+Green+Blue) = 138+3+147=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0393 is #75FC6C. Grayscale: #3B3B3B. Windows color (decimal): -7732333 or 9634698. OLE color: 9634698.
HSL color Cylindrical-coordinate representation of color #8A0393: hue angle of 296.25º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0393 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 3 | 147 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.42 |
| HSL | 296.25º | 0.96% | 0.29% | - |
| HSV(B) | 296.25º | 0.98% | 0.58% | - |
| XYZ | 15.78 | 7.57 | 28.23 | - |
| YUV | 59.78 | 177.23 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 147 | 0.06 | 0.98 | 0 | 0.42 | 296.25 | 0.96 | 0.29 |
| Hex | 8A | 3 | 93 | 6 | 62 | 0 | 2A | 128 | 60 | 1D |
| Octal | 212 | 3 | 223 | 6 | 142 | 0 | 52 | 450 | 140 | 35 |
| Binary | 10001010 | 11 | 10010011 | 110 | 1100010 | 0 | 101010 | 100101000 | 1100000 | 11101 |
Color Harmonies of #8A0393
Complementary color
Monochromatic Colors of #8A0393
Black with #8A0393
Text Example
Text Example
White with #8A0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0393; }
p { color: rgb(138,3,147); }
H1.HeaderClassName
{
color: #8A0393;
}
.AnyTagClassName
{
color: #8A0393;
}
</style>
background-color css
<style>
a { background-color: #8A0393; }
a { background-color: rgb(138,3,147); }
div.DivClassName
{
background-color: #8A0393;
}
.BgClassName
{
background-color: #8A0393;
}
</style>
border-color css
<style>
span { border-color: #8A0393; }
span { border-color: rgb(138,3,147); }
td.TdClassName
{
border-color: #8A0393;
}
.TagClassName
{
border-color: #8A0393;
}
</style>