Shades of Dark Purple #8B3570
Tints of Dark Purple #8B3570
RGB
CMYK
RGB Variations
Color information
#8B3570 (or 0x8B3570) is known color: Dark Purple. HEX triplet: 8B, 35 and 70. RGB value is (139,53,112). Sum of RGB (Red+Green+Blue) = 139+53+112=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3570 is #74CA8F. Grayscale: #555555. Windows color (decimal): -7654032 or 7353739. OLE color: 7353739.
HSL color Cylindrical-coordinate representation of color #8B3570: hue angle of 318.84º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3570 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 112 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.45 |
| HSL | 318.84º | 0.45% | 0.38% | - |
| HSV(B) | 318.84º | 0.62% | 0.55% | - |
| XYZ | 14.85 | 9.21 | 16.32 | - |
| YUV | 85.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 112 | 0 | 0.62 | 0.19 | 0.45 | 318.84 | 0.45 | 0.38 |
| Hex | 8B | 35 | 70 | 0 | 3E | 13 | 2D | 13F | 2D | 26 |
| Octal | 213 | 65 | 160 | 0 | 76 | 23 | 55 | 477 | 55 | 46 |
| Binary | 10001011 | 110101 | 1110000 | 0 | 111110 | 10011 | 101101 | 100111111 | 101101 | 100110 |
Color Harmonies of #8B3570
Complementary color
Monochromatic Colors of #8B3570
Black with #8B3570
Text Example
Text Example
White with #8B3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3570; }
p { color: rgb(139,53,112); }
H1.HeaderClassName
{
color: #8B3570;
}
.AnyTagClassName
{
color: #8B3570;
}
</style>
background-color css
<style>
a { background-color: #8B3570; }
a { background-color: rgb(139,53,112); }
div.DivClassName
{
background-color: #8B3570;
}
.BgClassName
{
background-color: #8B3570;
}
</style>
border-color css
<style>
span { border-color: #8B3570; }
span { border-color: rgb(139,53,112); }
td.TdClassName
{
border-color: #8B3570;
}
.TagClassName
{
border-color: #8B3570;
}
</style>