Shades of Dark Purple #8B3070
Tints of Dark Purple #8B3070
RGB
CMYK
RGB Variations
Color information
#8B3070 (or 0x8B3070) is known color: Dark Purple. HEX triplet: 8B, 30 and 70. RGB value is (139,48,112). Sum of RGB (Red+Green+Blue) = 139+48+112=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3070 is #74CF8F. Grayscale: #525252. Windows color (decimal): -7655312 or 7352459. OLE color: 7352459.
HSL color Cylindrical-coordinate representation of color #8B3070: hue angle of 317.8º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3070 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 112 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.45 |
| HSL | 317.8º | 0.49% | 0.37% | - |
| HSV(B) | 317.8º | 0.65% | 0.55% | - |
| XYZ | 14.63 | 8.77 | 16.25 | - |
| YUV | 82.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 112 | 0 | 0.65 | 0.19 | 0.45 | 317.8 | 0.49 | 0.37 |
| Hex | 8B | 30 | 70 | 0 | 41 | 13 | 2D | 13E | 31 | 25 |
| Octal | 213 | 60 | 160 | 0 | 101 | 23 | 55 | 476 | 61 | 45 |
| Binary | 10001011 | 110000 | 1110000 | 0 | 1000001 | 10011 | 101101 | 100111110 | 110001 | 100101 |
Color Harmonies of #8B3070
Complementary color
Monochromatic Colors of #8B3070
Black with #8B3070
Text Example
Text Example
White with #8B3070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3070; }
p { color: rgb(139,48,112); }
H1.HeaderClassName
{
color: #8B3070;
}
.AnyTagClassName
{
color: #8B3070;
}
</style>
background-color css
<style>
a { background-color: #8B3070; }
a { background-color: rgb(139,48,112); }
div.DivClassName
{
background-color: #8B3070;
}
.BgClassName
{
background-color: #8B3070;
}
</style>
border-color css
<style>
span { border-color: #8B3070; }
span { border-color: rgb(139,48,112); }
td.TdClassName
{
border-color: #8B3070;
}
.TagClassName
{
border-color: #8B3070;
}
</style>