Shades of Dark Purple #8B4078
Tints of Dark Purple #8B4078
RGB
CMYK
RGB Variations
Color information
#8B4078 (or 0x8B4078) is known color: Dark Purple. HEX triplet: 8B, 40 and 78. RGB value is (139,64,120). Sum of RGB (Red+Green+Blue) = 139+64+120=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4078 is #74BF87. Grayscale: #5C5C5C. Windows color (decimal): -7651208 or 7880843. OLE color: 7880843.
HSL color Cylindrical-coordinate representation of color #8B4078: hue angle of 315.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4078 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 120 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.45 |
| HSL | 315.2º | 0.37% | 0.4% | - |
| HSV(B) | 315.2º | 0.54% | 0.55% | - |
| XYZ | 15.87 | 10.51 | 18.96 | - |
| YUV | 92.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 120 | 0 | 0.54 | 0.14 | 0.45 | 315.2 | 0.37 | 0.4 |
| Hex | 8B | 40 | 78 | 0 | 36 | E | 2D | 13B | 25 | 28 |
| Octal | 213 | 100 | 170 | 0 | 66 | 16 | 55 | 473 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1111000 | 0 | 110110 | 1110 | 101101 | 100111011 | 100101 | 101000 |
Color Harmonies of #8B4078
Complementary color
Monochromatic Colors of #8B4078
Black with #8B4078
Text Example
Text Example
White with #8B4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4078; }
p { color: rgb(139,64,120); }
H1.HeaderClassName
{
color: #8B4078;
}
.AnyTagClassName
{
color: #8B4078;
}
</style>
background-color css
<style>
a { background-color: #8B4078; }
a { background-color: rgb(139,64,120); }
div.DivClassName
{
background-color: #8B4078;
}
.BgClassName
{
background-color: #8B4078;
}
</style>
border-color css
<style>
span { border-color: #8B4078; }
span { border-color: rgb(139,64,120); }
td.TdClassName
{
border-color: #8B4078;
}
.TagClassName
{
border-color: #8B4078;
}
</style>