Shades of Dark Magenta #8B10A4
Tints of Dark Magenta #8B10A4
RGB
CMYK
RGB Variations
Color information
#8B10A4 (or 0x8B10A4) is known color: Dark Magenta. HEX triplet: 8B, 10 and A4. RGB value is (139,16,164). Sum of RGB (Red+Green+Blue) = 139+16+164=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B10A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B10A4 is #74EF5B. Grayscale: #454545. Windows color (decimal): -7663452 or 10752139. OLE color: 10752139.
HSL color Cylindrical-coordinate representation of color #8B10A4: hue angle of 289.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B10A4 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 16 | 164 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.36 |
| HSL | 289.86º | 0.82% | 0.35% | - |
| HSV(B) | 289.86º | 0.9% | 0.64% | - |
| XYZ | 17.53 | 8.54 | 35.85 | - |
| YUV | 69.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 16 | 164 | 0.15 | 0.90 | 0 | 0.36 | 289.86 | 0.82 | 0.35 |
| Hex | 8B | 10 | A4 | F | 5A | 0 | 24 | 122 | 52 | 23 |
| Octal | 213 | 20 | 244 | 17 | 132 | 0 | 44 | 442 | 122 | 43 |
| Binary | 10001011 | 10000 | 10100100 | 1111 | 1011010 | 0 | 100100 | 100100010 | 1010010 | 100011 |
Color Harmonies of #8B10A4
Complementary color
Monochromatic Colors of #8B10A4
Black with #8B10A4
Text Example
Text Example
White with #8B10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B10A4; }
p { color: rgb(139,16,164); }
H1.HeaderClassName
{
color: #8B10A4;
}
.AnyTagClassName
{
color: #8B10A4;
}
</style>
background-color css
<style>
a { background-color: #8B10A4; }
a { background-color: rgb(139,16,164); }
div.DivClassName
{
background-color: #8B10A4;
}
.BgClassName
{
background-color: #8B10A4;
}
</style>
border-color css
<style>
span { border-color: #8B10A4; }
span { border-color: rgb(139,16,164); }
td.TdClassName
{
border-color: #8B10A4;
}
.TagClassName
{
border-color: #8B10A4;
}
</style>