Shades of Dark Purple #8B2978
Tints of Dark Purple #8B2978
RGB
CMYK
RGB Variations
Color information
#8B2978 (or 0x8B2978) is known color: Dark Purple. HEX triplet: 8B, 29 and 78. RGB value is (139,41,120). Sum of RGB (Red+Green+Blue) = 139+41+120=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2978 is #74D687. Grayscale: #4F4F4F. Windows color (decimal): -7657096 or 7874955. OLE color: 7874955.
HSL color Cylindrical-coordinate representation of color #8B2978: hue angle of 311.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2978 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 41 | 120 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.45 |
| HSL | 311.63º | 0.54% | 0.35% | - |
| HSV(B) | 311.63º | 0.71% | 0.55% | - |
| XYZ | 14.83 | 8.43 | 18.61 | - |
| YUV | 79.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 120 | 0 | 0.71 | 0.14 | 0.45 | 311.63 | 0.54 | 0.35 |
| Hex | 8B | 29 | 78 | 0 | 47 | E | 2D | 138 | 36 | 23 |
| Octal | 213 | 51 | 170 | 0 | 107 | 16 | 55 | 470 | 66 | 43 |
| Binary | 10001011 | 101001 | 1111000 | 0 | 1000111 | 1110 | 101101 | 100111000 | 110110 | 100011 |
Color Harmonies of #8B2978
Complementary color
Monochromatic Colors of #8B2978
Black with #8B2978
Text Example
Text Example
White with #8B2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2978; }
p { color: rgb(139,41,120); }
H1.HeaderClassName
{
color: #8B2978;
}
.AnyTagClassName
{
color: #8B2978;
}
</style>
background-color css
<style>
a { background-color: #8B2978; }
a { background-color: rgb(139,41,120); }
div.DivClassName
{
background-color: #8B2978;
}
.BgClassName
{
background-color: #8B2978;
}
</style>
border-color css
<style>
span { border-color: #8B2978; }
span { border-color: rgb(139,41,120); }
td.TdClassName
{
border-color: #8B2978;
}
.TagClassName
{
border-color: #8B2978;
}
</style>