Shades of Dark Purple #8B1D79
Tints of Dark Purple #8B1D79
RGB
CMYK
RGB Variations
Color information
#8B1D79 (or 0x8B1D79) is known color: Dark Purple. HEX triplet: 8B, 1D and 79. RGB value is (139,29,121). Sum of RGB (Red+Green+Blue) = 139+29+121=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1D79 is #74E286. Grayscale: #484848. Windows color (decimal): -7660167 or 7937419. OLE color: 7937419.
HSL color Cylindrical-coordinate representation of color #8B1D79: hue angle of 309.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D79 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 121 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.45 |
| HSL | 309.82º | 0.65% | 0.33% | - |
| HSV(B) | 309.82º | 0.79% | 0.55% | - |
| XYZ | 14.54 | 7.75 | 18.82 | - |
| YUV | 72.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 121 | 0 | 0.79 | 0.13 | 0.45 | 309.82 | 0.65 | 0.33 |
| Hex | 8B | 1D | 79 | 0 | 4F | D | 2D | 136 | 41 | 21 |
| Octal | 213 | 35 | 171 | 0 | 117 | 15 | 55 | 466 | 101 | 41 |
| Binary | 10001011 | 11101 | 1111001 | 0 | 1001111 | 1101 | 101101 | 100110110 | 1000001 | 100001 |
Color Harmonies of #8B1D79
Complementary color
Monochromatic Colors of #8B1D79
Black with #8B1D79
Text Example
Text Example
White with #8B1D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D79; }
p { color: rgb(139,29,121); }
H1.HeaderClassName
{
color: #8B1D79;
}
.AnyTagClassName
{
color: #8B1D79;
}
</style>
background-color css
<style>
a { background-color: #8B1D79; }
a { background-color: rgb(139,29,121); }
div.DivClassName
{
background-color: #8B1D79;
}
.BgClassName
{
background-color: #8B1D79;
}
</style>
border-color css
<style>
span { border-color: #8B1D79; }
span { border-color: rgb(139,29,121); }
td.TdClassName
{
border-color: #8B1D79;
}
.TagClassName
{
border-color: #8B1D79;
}
</style>