Shades of Dark Purple #8B3B72
Tints of Dark Purple #8B3B72
RGB
CMYK
RGB Variations
Color information
#8B3B72 (or 0x8B3B72) is known color: Dark Purple. HEX triplet: 8B, 3B and 72. RGB value is (139,59,114). Sum of RGB (Red+Green+Blue) = 139+59+114=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3B72 is #74C48D. Grayscale: #595959. Windows color (decimal): -7652494 or 7486347. OLE color: 7486347.
HSL color Cylindrical-coordinate representation of color #8B3B72: hue angle of 318.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3B72 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 59 | 114 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.45 |
| HSL | 318.75º | 0.4% | 0.39% | - |
| HSV(B) | 318.75º | 0.58% | 0.55% | - |
| XYZ | 15.25 | 9.83 | 17.01 | - |
| YUV | 89.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 114 | 0 | 0.58 | 0.18 | 0.45 | 318.75 | 0.4 | 0.39 |
| Hex | 8B | 3B | 72 | 0 | 3A | 12 | 2D | 13F | 28 | 27 |
| Octal | 213 | 73 | 162 | 0 | 72 | 22 | 55 | 477 | 50 | 47 |
| Binary | 10001011 | 111011 | 1110010 | 0 | 111010 | 10010 | 101101 | 100111111 | 101000 | 100111 |
Color Harmonies of #8B3B72
Complementary color
Monochromatic Colors of #8B3B72
Black with #8B3B72
Text Example
Text Example
White with #8B3B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3B72; }
p { color: rgb(139,59,114); }
H1.HeaderClassName
{
color: #8B3B72;
}
.AnyTagClassName
{
color: #8B3B72;
}
</style>
background-color css
<style>
a { background-color: #8B3B72; }
a { background-color: rgb(139,59,114); }
div.DivClassName
{
background-color: #8B3B72;
}
.BgClassName
{
background-color: #8B3B72;
}
</style>
border-color css
<style>
span { border-color: #8B3B72; }
span { border-color: rgb(139,59,114); }
td.TdClassName
{
border-color: #8B3B72;
}
.TagClassName
{
border-color: #8B3B72;
}
</style>