Shades of Dark Magenta #8A0093
Tints of Dark Magenta #8A0093
RGB
CMYK
RGB Variations
Color information
#8A0093 (or 0x8A0093) is known color: Dark Magenta. HEX triplet: 8A, 00 and 93. RGB value is (138,0,147). Sum of RGB (Red+Green+Blue) = 138+0+147=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0093 is #75FF6C. Grayscale: #393939. Windows color (decimal): -7733101 or 9633930. OLE color: 9633930.
HSL color Cylindrical-coordinate representation of color #8A0093: hue angle of 296.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0093 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 0 | 147 | - |
| CMYK | 0.06 | 1 | 0 | 0.42 |
| HSL | 296.33º | 1% | 0.29% | - |
| HSV(B) | 296.33º | 1% | 0.58% | - |
| XYZ | 15.75 | 7.51 | 28.22 | - |
| YUV | 58.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 147 | 0.06 | 1 | 0 | 0.42 | 296.33 | 1 | 0.29 |
| Hex | 8A | 0 | 93 | 6 | 64 | 0 | 2A | 128 | 64 | 1D |
| Octal | 212 | 0 | 223 | 6 | 144 | 0 | 52 | 450 | 144 | 35 |
| Binary | 10001010 | 0 | 10010011 | 110 | 1100100 | 0 | 101010 | 100101000 | 1100100 | 11101 |
Color Harmonies of #8A0093
Complementary color
Monochromatic Colors of #8A0093
Black with #8A0093
Text Example
Text Example
White with #8A0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0093; }
p { color: rgb(138,0,147); }
H1.HeaderClassName
{
color: #8A0093;
}
.AnyTagClassName
{
color: #8A0093;
}
</style>
background-color css
<style>
a { background-color: #8A0093; }
a { background-color: rgb(138,0,147); }
div.DivClassName
{
background-color: #8A0093;
}
.BgClassName
{
background-color: #8A0093;
}
</style>
border-color css
<style>
span { border-color: #8A0093; }
span { border-color: rgb(138,0,147); }
td.TdClassName
{
border-color: #8A0093;
}
.TagClassName
{
border-color: #8A0093;
}
</style>