Shades of Dark Purple #8B1C79
Tints of Dark Purple #8B1C79
RGB
CMYK
RGB Variations
Color information
#8B1C79 (or 0x8B1C79) is known color: Dark Purple. HEX triplet: 8B, 1C and 79. RGB value is (139,28,121). Sum of RGB (Red+Green+Blue) = 139+28+121=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C79 is #74E386. Grayscale: #474747. Windows color (decimal): -7660423 or 7937163. OLE color: 7937163.
HSL color Cylindrical-coordinate representation of color #8B1C79: hue angle of 309.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C79 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 121 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.45 |
| HSL | 309.73º | 0.66% | 0.33% | - |
| HSV(B) | 309.73º | 0.8% | 0.55% | - |
| XYZ | 14.51 | 7.7 | 18.81 | - |
| YUV | 71.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 121 | 0 | 0.80 | 0.13 | 0.45 | 309.73 | 0.66 | 0.33 |
| Hex | 8B | 1C | 79 | 0 | 50 | D | 2D | 136 | 42 | 21 |
| Octal | 213 | 34 | 171 | 0 | 120 | 15 | 55 | 466 | 102 | 41 |
| Binary | 10001011 | 11100 | 1111001 | 0 | 1010000 | 1101 | 101101 | 100110110 | 1000010 | 100001 |
Color Harmonies of #8B1C79
Complementary color
Monochromatic Colors of #8B1C79
Black with #8B1C79
Text Example
Text Example
White with #8B1C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C79; }
p { color: rgb(139,28,121); }
H1.HeaderClassName
{
color: #8B1C79;
}
.AnyTagClassName
{
color: #8B1C79;
}
</style>
background-color css
<style>
a { background-color: #8B1C79; }
a { background-color: rgb(139,28,121); }
div.DivClassName
{
background-color: #8B1C79;
}
.BgClassName
{
background-color: #8B1C79;
}
</style>
border-color css
<style>
span { border-color: #8B1C79; }
span { border-color: rgb(139,28,121); }
td.TdClassName
{
border-color: #8B1C79;
}
.TagClassName
{
border-color: #8B1C79;
}
</style>