Shades of Dark Purple #8B3478
Tints of Dark Purple #8B3478
RGB
CMYK
RGB Variations
Color information
#8B3478 (or 0x8B3478) is known color: Dark Purple. HEX triplet: 8B, 34 and 78. RGB value is (139,52,120). Sum of RGB (Red+Green+Blue) = 139+52+120=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3478 is #74CB87. Grayscale: #555555. Windows color (decimal): -7654280 or 7877771. OLE color: 7877771.
HSL color Cylindrical-coordinate representation of color #8B3478: hue angle of 313.1º 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 #8B3478 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 120 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.45 |
| HSL | 313.1º | 0.46% | 0.37% | - |
| HSV(B) | 313.1º | 0.63% | 0.55% | - |
| XYZ | 15.27 | 9.3 | 18.76 | - |
| YUV | 85.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 120 | 0 | 0.63 | 0.14 | 0.45 | 313.1 | 0.46 | 0.37 |
| Hex | 8B | 34 | 78 | 0 | 3F | E | 2D | 139 | 2E | 25 |
| Octal | 213 | 64 | 170 | 0 | 77 | 16 | 55 | 471 | 56 | 45 |
| Binary | 10001011 | 110100 | 1111000 | 0 | 111111 | 1110 | 101101 | 100111001 | 101110 | 100101 |
Color Harmonies of #8B3478
Complementary color
Monochromatic Colors of #8B3478
Black with #8B3478
Text Example
Text Example
White with #8B3478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3478; }
p { color: rgb(139,52,120); }
H1.HeaderClassName
{
color: #8B3478;
}
.AnyTagClassName
{
color: #8B3478;
}
</style>
background-color css
<style>
a { background-color: #8B3478; }
a { background-color: rgb(139,52,120); }
div.DivClassName
{
background-color: #8B3478;
}
.BgClassName
{
background-color: #8B3478;
}
</style>
border-color css
<style>
span { border-color: #8B3478; }
span { border-color: rgb(139,52,120); }
td.TdClassName
{
border-color: #8B3478;
}
.TagClassName
{
border-color: #8B3478;
}
</style>