Shades of Dark Purple #8B3C7E
Tints of Dark Purple #8B3C7E
RGB
CMYK
RGB Variations
Color information
#8B3C7E (or 0x8B3C7E) is known color: Dark Purple. HEX triplet: 8B, 3C and 7E. RGB value is (139,60,126). Sum of RGB (Red+Green+Blue) = 139+60+126=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C7E is #74C381. Grayscale: #5A5A5A. Windows color (decimal): -7652226 or 8273035. OLE color: 8273035.
HSL color Cylindrical-coordinate representation of color #8B3C7E: hue angle of 309.87º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C7E is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 126 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.45 |
| HSL | 309.87º | 0.4% | 0.39% | - |
| HSV(B) | 309.87º | 0.57% | 0.55% | - |
| XYZ | 16.03 | 10.23 | 20.87 | - |
| YUV | 91.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 126 | 0 | 0.57 | 0.09 | 0.45 | 309.87 | 0.4 | 0.39 |
| Hex | 8B | 3C | 7E | 0 | 39 | 9 | 2D | 136 | 28 | 27 |
| Octal | 213 | 74 | 176 | 0 | 71 | 11 | 55 | 466 | 50 | 47 |
| Binary | 10001011 | 111100 | 1111110 | 0 | 111001 | 1001 | 101101 | 100110110 | 101000 | 100111 |
Color Harmonies of #8B3C7E
Complementary color
Monochromatic Colors of #8B3C7E
Black with #8B3C7E
Text Example
Text Example
White with #8B3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C7E; }
p { color: rgb(139,60,126); }
H1.HeaderClassName
{
color: #8B3C7E;
}
.AnyTagClassName
{
color: #8B3C7E;
}
</style>
background-color css
<style>
a { background-color: #8B3C7E; }
a { background-color: rgb(139,60,126); }
div.DivClassName
{
background-color: #8B3C7E;
}
.BgClassName
{
background-color: #8B3C7E;
}
</style>
border-color css
<style>
span { border-color: #8B3C7E; }
span { border-color: rgb(139,60,126); }
td.TdClassName
{
border-color: #8B3C7E;
}
.TagClassName
{
border-color: #8B3C7E;
}
</style>