Shades of Dark Purple #8B1570
Tints of Dark Purple #8B1570
RGB
CMYK
RGB Variations
Color information
#8B1570 (or 0x8B1570) is known color: Dark Purple. HEX triplet: 8B, 15 and 70. RGB value is (139,21,112). Sum of RGB (Red+Green+Blue) = 139+21+112=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1570 is #74EA8F. Grayscale: #424242. Windows color (decimal): -7662224 or 7345547. OLE color: 7345547.
HSL color Cylindrical-coordinate representation of color #8B1570: hue angle of 313.73º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1570 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 112 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.45 |
| HSL | 313.73º | 0.74% | 0.31% | - |
| HSV(B) | 313.73º | 0.85% | 0.55% | - |
| XYZ | 13.84 | 7.2 | 15.99 | - |
| YUV | 66.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 112 | 0 | 0.85 | 0.19 | 0.45 | 313.73 | 0.74 | 0.31 |
| Hex | 8B | 15 | 70 | 0 | 55 | 13 | 2D | 13A | 4A | 1F |
| Octal | 213 | 25 | 160 | 0 | 125 | 23 | 55 | 472 | 112 | 37 |
| Binary | 10001011 | 10101 | 1110000 | 0 | 1010101 | 10011 | 101101 | 100111010 | 1001010 | 11111 |
Color Harmonies of #8B1570
Complementary color
Monochromatic Colors of #8B1570
Black with #8B1570
Text Example
Text Example
White with #8B1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1570; }
p { color: rgb(139,21,112); }
H1.HeaderClassName
{
color: #8B1570;
}
.AnyTagClassName
{
color: #8B1570;
}
</style>
background-color css
<style>
a { background-color: #8B1570; }
a { background-color: rgb(139,21,112); }
div.DivClassName
{
background-color: #8B1570;
}
.BgClassName
{
background-color: #8B1570;
}
</style>
border-color css
<style>
span { border-color: #8B1570; }
span { border-color: rgb(139,21,112); }
td.TdClassName
{
border-color: #8B1570;
}
.TagClassName
{
border-color: #8B1570;
}
</style>