Shades of Dark Magenta #8B13A4
Tints of Dark Magenta #8B13A4
RGB
CMYK
RGB Variations
Color information
#8B13A4 (or 0x8B13A4) is known color: Dark Magenta. HEX triplet: 8B, 13 and A4. RGB value is (139,19,164). Sum of RGB (Red+Green+Blue) = 139+19+164=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B13A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B13A4 is #74EC5B. Grayscale: #464646. Windows color (decimal): -7662684 or 10752907. OLE color: 10752907.
HSL color Cylindrical-coordinate representation of color #8B13A4: hue angle of 289.66º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B13A4 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 19 | 164 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.36 |
| HSL | 289.66º | 0.79% | 0.36% | - |
| HSV(B) | 289.66º | 0.88% | 0.64% | - |
| XYZ | 17.58 | 8.64 | 35.86 | - |
| YUV | 71.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 164 | 0.15 | 0.88 | 0 | 0.36 | 289.66 | 0.79 | 0.36 |
| Hex | 8B | 13 | A4 | F | 58 | 0 | 24 | 122 | 4F | 24 |
| Octal | 213 | 23 | 244 | 17 | 130 | 0 | 44 | 442 | 117 | 44 |
| Binary | 10001011 | 10011 | 10100100 | 1111 | 1011000 | 0 | 100100 | 100100010 | 1001111 | 100100 |
Color Harmonies of #8B13A4
Complementary color
Monochromatic Colors of #8B13A4
Black with #8B13A4
Text Example
Text Example
White with #8B13A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B13A4; }
p { color: rgb(139,19,164); }
H1.HeaderClassName
{
color: #8B13A4;
}
.AnyTagClassName
{
color: #8B13A4;
}
</style>
background-color css
<style>
a { background-color: #8B13A4; }
a { background-color: rgb(139,19,164); }
div.DivClassName
{
background-color: #8B13A4;
}
.BgClassName
{
background-color: #8B13A4;
}
</style>
border-color css
<style>
span { border-color: #8B13A4; }
span { border-color: rgb(139,19,164); }
td.TdClassName
{
border-color: #8B13A4;
}
.TagClassName
{
border-color: #8B13A4;
}
</style>