Shades of Dark Purple #8B2E78
Tints of Dark Purple #8B2E78
RGB
CMYK
RGB Variations
Color information
#8B2E78 (or 0x8B2E78) is known color: Dark Purple. HEX triplet: 8B, 2E and 78. RGB value is (139,46,120). Sum of RGB (Red+Green+Blue) = 139+46+120=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E78 is #74D187. Grayscale: #525252. Windows color (decimal): -7655816 or 7876235. OLE color: 7876235.
HSL color Cylindrical-coordinate representation of color #8B2E78: hue angle of 312.26º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E78 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 120 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.45 |
| HSL | 312.26º | 0.5% | 0.36% | - |
| HSV(B) | 312.26º | 0.67% | 0.55% | - |
| XYZ | 15.01 | 8.8 | 18.68 | - |
| YUV | 82.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 120 | 0 | 0.67 | 0.14 | 0.45 | 312.26 | 0.5 | 0.36 |
| Hex | 8B | 2E | 78 | 0 | 43 | E | 2D | 138 | 32 | 24 |
| Octal | 213 | 56 | 170 | 0 | 103 | 16 | 55 | 470 | 62 | 44 |
| Binary | 10001011 | 101110 | 1111000 | 0 | 1000011 | 1110 | 101101 | 100111000 | 110010 | 100100 |
Color Harmonies of #8B2E78
Complementary color
Monochromatic Colors of #8B2E78
Black with #8B2E78
Text Example
Text Example
White with #8B2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E78; }
p { color: rgb(139,46,120); }
H1.HeaderClassName
{
color: #8B2E78;
}
.AnyTagClassName
{
color: #8B2E78;
}
</style>
background-color css
<style>
a { background-color: #8B2E78; }
a { background-color: rgb(139,46,120); }
div.DivClassName
{
background-color: #8B2E78;
}
.BgClassName
{
background-color: #8B2E78;
}
</style>
border-color css
<style>
span { border-color: #8B2E78; }
span { border-color: rgb(139,46,120); }
td.TdClassName
{
border-color: #8B2E78;
}
.TagClassName
{
border-color: #8B2E78;
}
</style>