Shades of Dark Magenta #8B06A3
Tints of Dark Magenta #8B06A3
RGB
CMYK
RGB Variations
Color information
#8B06A3 (or 0x8B06A3) is known color: Dark Magenta. HEX triplet: 8B, 06 and A3. RGB value is (139,6,163). Sum of RGB (Red+Green+Blue) = 139+6+163=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 163 (64.06% from 255 or 52.92% from 308); Max value from RGB is 163 - color contains mainly: blue. Hex color #8B06A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B06A3 is #74F95C. Grayscale: #3F3F3F. Windows color (decimal): -7666013 or 10684043. OLE color: 10684043.
HSL color Cylindrical-coordinate representation of color #8B06A3: hue angle of 290.83º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B06A3 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 6 | 163 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.36 |
| HSL | 290.83º | 0.93% | 0.33% | - |
| HSV(B) | 290.83º | 0.96% | 0.64% | - |
| XYZ | 17.32 | 8.26 | 35.33 | - |
| YUV | 63.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 163 | 0.15 | 0.96 | 0 | 0.36 | 290.83 | 0.93 | 0.33 |
| Hex | 8B | 6 | A3 | F | 60 | 0 | 24 | 123 | 5D | 21 |
| Octal | 213 | 6 | 243 | 17 | 140 | 0 | 44 | 443 | 135 | 41 |
| Binary | 10001011 | 110 | 10100011 | 1111 | 1100000 | 0 | 100100 | 100100011 | 1011101 | 100001 |
Color Harmonies of #8B06A3
Complementary color
Monochromatic Colors of #8B06A3
Black with #8B06A3
Text Example
Text Example
White with #8B06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B06A3; }
p { color: rgb(139,6,163); }
H1.HeaderClassName
{
color: #8B06A3;
}
.AnyTagClassName
{
color: #8B06A3;
}
</style>
background-color css
<style>
a { background-color: #8B06A3; }
a { background-color: rgb(139,6,163); }
div.DivClassName
{
background-color: #8B06A3;
}
.BgClassName
{
background-color: #8B06A3;
}
</style>
border-color css
<style>
span { border-color: #8B06A3; }
span { border-color: rgb(139,6,163); }
td.TdClassName
{
border-color: #8B06A3;
}
.TagClassName
{
border-color: #8B06A3;
}
</style>