Shades of Dark Purple #8B3A7C
Tints of Dark Purple #8B3A7C
RGB
CMYK
RGB Variations
Color information
#8B3A7C (or 0x8B3A7C) is known color: Dark Purple. HEX triplet: 8B, 3A and 7C. RGB value is (139,58,124). Sum of RGB (Red+Green+Blue) = 139+58+124=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3A7C is #74C583. Grayscale: #595959. Windows color (decimal): -7652740 or 8141451. OLE color: 8141451.
HSL color Cylindrical-coordinate representation of color #8B3A7C: hue angle of 311.11º degrees, saturation: 0.41, 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 #8B3A7C is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 58 | 124 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.45 |
| HSL | 311.11º | 0.41% | 0.39% | - |
| HSV(B) | 311.11º | 0.58% | 0.55% | - |
| XYZ | 15.8 | 9.97 | 20.16 | - |
| YUV | 89.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 58 | 124 | 0 | 0.58 | 0.11 | 0.45 | 311.11 | 0.41 | 0.39 |
| Hex | 8B | 3A | 7C | 0 | 3A | B | 2D | 137 | 29 | 27 |
| Octal | 213 | 72 | 174 | 0 | 72 | 13 | 55 | 467 | 51 | 47 |
| Binary | 10001011 | 111010 | 1111100 | 0 | 111010 | 1011 | 101101 | 100110111 | 101001 | 100111 |
Color Harmonies of #8B3A7C
Complementary color
Monochromatic Colors of #8B3A7C
Black with #8B3A7C
Text Example
Text Example
White with #8B3A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3A7C; }
p { color: rgb(139,58,124); }
H1.HeaderClassName
{
color: #8B3A7C;
}
.AnyTagClassName
{
color: #8B3A7C;
}
</style>
background-color css
<style>
a { background-color: #8B3A7C; }
a { background-color: rgb(139,58,124); }
div.DivClassName
{
background-color: #8B3A7C;
}
.BgClassName
{
background-color: #8B3A7C;
}
</style>
border-color css
<style>
span { border-color: #8B3A7C; }
span { border-color: rgb(139,58,124); }
td.TdClassName
{
border-color: #8B3A7C;
}
.TagClassName
{
border-color: #8B3A7C;
}
</style>