Shades of Dark Purple #8B1679
Tints of Dark Purple #8B1679
RGB
CMYK
RGB Variations
Color information
#8B1679 (or 0x8B1679) is known color: Dark Purple. HEX triplet: 8B, 16 and 79. RGB value is (139,22,121). Sum of RGB (Red+Green+Blue) = 139+22+121=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1679 is #74E986. Grayscale: #434343. Windows color (decimal): -7661959 or 7935627. OLE color: 7935627.
HSL color Cylindrical-coordinate representation of color #8B1679: hue angle of 309.23º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1679 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 121 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.45 |
| HSL | 309.23º | 0.73% | 0.32% | - |
| HSV(B) | 309.23º | 0.84% | 0.55% | - |
| XYZ | 14.39 | 7.44 | 18.77 | - |
| YUV | 68.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 121 | 0 | 0.84 | 0.13 | 0.45 | 309.23 | 0.73 | 0.32 |
| Hex | 8B | 16 | 79 | 0 | 54 | D | 2D | 135 | 49 | 20 |
| Octal | 213 | 26 | 171 | 0 | 124 | 15 | 55 | 465 | 111 | 40 |
| Binary | 10001011 | 10110 | 1111001 | 0 | 1010100 | 1101 | 101101 | 100110101 | 1001001 | 100000 |
Color Harmonies of #8B1679
Complementary color
Monochromatic Colors of #8B1679
Black with #8B1679
Text Example
Text Example
White with #8B1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1679; }
p { color: rgb(139,22,121); }
H1.HeaderClassName
{
color: #8B1679;
}
.AnyTagClassName
{
color: #8B1679;
}
</style>
background-color css
<style>
a { background-color: #8B1679; }
a { background-color: rgb(139,22,121); }
div.DivClassName
{
background-color: #8B1679;
}
.BgClassName
{
background-color: #8B1679;
}
</style>
border-color css
<style>
span { border-color: #8B1679; }
span { border-color: rgb(139,22,121); }
td.TdClassName
{
border-color: #8B1679;
}
.TagClassName
{
border-color: #8B1679;
}
</style>