Shades of Dark Purple #8B3470
Tints of Dark Purple #8B3470
RGB
CMYK
RGB Variations
Color information
#8B3470 (or 0x8B3470) is known color: Dark Purple. HEX triplet: 8B, 34 and 70. RGB value is (139,52,112). Sum of RGB (Red+Green+Blue) = 139+52+112=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3470 is #74CB8F. Grayscale: #545454. Windows color (decimal): -7654288 or 7353483. OLE color: 7353483.
HSL color Cylindrical-coordinate representation of color #8B3470: hue angle of 318.62º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3470 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 112 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.45 |
| HSL | 318.62º | 0.46% | 0.37% | - |
| HSV(B) | 318.62º | 0.63% | 0.55% | - |
| XYZ | 14.8 | 9.11 | 16.31 | - |
| YUV | 84.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 112 | 0 | 0.63 | 0.19 | 0.45 | 318.62 | 0.46 | 0.37 |
| Hex | 8B | 34 | 70 | 0 | 3F | 13 | 2D | 13F | 2E | 25 |
| Octal | 213 | 64 | 160 | 0 | 77 | 23 | 55 | 477 | 56 | 45 |
| Binary | 10001011 | 110100 | 1110000 | 0 | 111111 | 10011 | 101101 | 100111111 | 101110 | 100101 |
Color Harmonies of #8B3470
Complementary color
Monochromatic Colors of #8B3470
Black with #8B3470
Text Example
Text Example
White with #8B3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3470; }
p { color: rgb(139,52,112); }
H1.HeaderClassName
{
color: #8B3470;
}
.AnyTagClassName
{
color: #8B3470;
}
</style>
background-color css
<style>
a { background-color: #8B3470; }
a { background-color: rgb(139,52,112); }
div.DivClassName
{
background-color: #8B3470;
}
.BgClassName
{
background-color: #8B3470;
}
</style>
border-color css
<style>
span { border-color: #8B3470; }
span { border-color: rgb(139,52,112); }
td.TdClassName
{
border-color: #8B3470;
}
.TagClassName
{
border-color: #8B3470;
}
</style>