Shades of Dark Purple #8B4179
Tints of Dark Purple #8B4179
RGB
CMYK
RGB Variations
Color information
#8B4179 (or 0x8B4179) is known color: Dark Purple. HEX triplet: 8B, 41 and 79. RGB value is (139,65,121). Sum of RGB (Red+Green+Blue) = 139+65+121=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4179 is #74BE86. Grayscale: #5D5D5D. Windows color (decimal): -7650951 or 7946635. OLE color: 7946635.
HSL color Cylindrical-coordinate representation of color #8B4179: hue angle of 314.59º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4179 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 121 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.45 |
| HSL | 314.59º | 0.36% | 0.4% | - |
| HSV(B) | 314.59º | 0.53% | 0.55% | - |
| XYZ | 15.99 | 10.65 | 19.3 | - |
| YUV | 93.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 121 | 0 | 0.53 | 0.13 | 0.45 | 314.59 | 0.36 | 0.4 |
| Hex | 8B | 41 | 79 | 0 | 35 | D | 2D | 13B | 24 | 28 |
| Octal | 213 | 101 | 171 | 0 | 65 | 15 | 55 | 473 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1111001 | 0 | 110101 | 1101 | 101101 | 100111011 | 100100 | 101000 |
Color Harmonies of #8B4179
Complementary color
Monochromatic Colors of #8B4179
Black with #8B4179
Text Example
Text Example
White with #8B4179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4179; }
p { color: rgb(139,65,121); }
H1.HeaderClassName
{
color: #8B4179;
}
.AnyTagClassName
{
color: #8B4179;
}
</style>
background-color css
<style>
a { background-color: #8B4179; }
a { background-color: rgb(139,65,121); }
div.DivClassName
{
background-color: #8B4179;
}
.BgClassName
{
background-color: #8B4179;
}
</style>
border-color css
<style>
span { border-color: #8B4179; }
span { border-color: rgb(139,65,121); }
td.TdClassName
{
border-color: #8B4179;
}
.TagClassName
{
border-color: #8B4179;
}
</style>