Shades of Dark Purple #8B4279
Tints of Dark Purple #8B4279
RGB
CMYK
RGB Variations
Color information
#8B4279 (or 0x8B4279) is known color: Dark Purple. HEX triplet: 8B, 42 and 79. RGB value is (139,66,121). Sum of RGB (Red+Green+Blue) = 139+66+121=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4279 is #74BD86. Grayscale: #5D5D5D. Windows color (decimal): -7650695 or 7946891. OLE color: 7946891.
HSL color Cylindrical-coordinate representation of color #8B4279: hue angle of 314.79º 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 #8B4279 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 121 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.45 |
| HSL | 314.79º | 0.36% | 0.4% | - |
| HSV(B) | 314.79º | 0.53% | 0.55% | - |
| XYZ | 16.05 | 10.77 | 19.32 | - |
| YUV | 94.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 121 | 0 | 0.53 | 0.13 | 0.45 | 314.79 | 0.36 | 0.4 |
| Hex | 8B | 42 | 79 | 0 | 35 | D | 2D | 13B | 24 | 28 |
| Octal | 213 | 102 | 171 | 0 | 65 | 15 | 55 | 473 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1111001 | 0 | 110101 | 1101 | 101101 | 100111011 | 100100 | 101000 |
Color Harmonies of #8B4279
Complementary color
Monochromatic Colors of #8B4279
Black with #8B4279
Text Example
Text Example
White with #8B4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4279; }
p { color: rgb(139,66,121); }
H1.HeaderClassName
{
color: #8B4279;
}
.AnyTagClassName
{
color: #8B4279;
}
</style>
background-color css
<style>
a { background-color: #8B4279; }
a { background-color: rgb(139,66,121); }
div.DivClassName
{
background-color: #8B4279;
}
.BgClassName
{
background-color: #8B4279;
}
</style>
border-color css
<style>
span { border-color: #8B4279; }
span { border-color: rgb(139,66,121); }
td.TdClassName
{
border-color: #8B4279;
}
.TagClassName
{
border-color: #8B4279;
}
</style>