Shades of Dark Purple #8B1678
Tints of Dark Purple #8B1678
RGB
CMYK
RGB Variations
Color information
#8B1678 (or 0x8B1678) is known color: Dark Purple. HEX triplet: 8B, 16 and 78. RGB value is (139,22,120). Sum of RGB (Red+Green+Blue) = 139+22+120=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1678 is #74E987. Grayscale: #434343. Windows color (decimal): -7661960 or 7870091. OLE color: 7870091.
HSL color Cylindrical-coordinate representation of color #8B1678: hue angle of 309.74º 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 #8B1678 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 120 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.45 |
| HSL | 309.74º | 0.73% | 0.32% | - |
| HSV(B) | 309.74º | 0.84% | 0.55% | - |
| XYZ | 14.32 | 7.42 | 18.45 | - |
| YUV | 68.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 120 | 0 | 0.84 | 0.14 | 0.45 | 309.74 | 0.73 | 0.32 |
| Hex | 8B | 16 | 78 | 0 | 54 | E | 2D | 136 | 49 | 20 |
| Octal | 213 | 26 | 170 | 0 | 124 | 16 | 55 | 466 | 111 | 40 |
| Binary | 10001011 | 10110 | 1111000 | 0 | 1010100 | 1110 | 101101 | 100110110 | 1001001 | 100000 |
Color Harmonies of #8B1678
Complementary color
Monochromatic Colors of #8B1678
Black with #8B1678
Text Example
Text Example
White with #8B1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1678; }
p { color: rgb(139,22,120); }
H1.HeaderClassName
{
color: #8B1678;
}
.AnyTagClassName
{
color: #8B1678;
}
</style>
background-color css
<style>
a { background-color: #8B1678; }
a { background-color: rgb(139,22,120); }
div.DivClassName
{
background-color: #8B1678;
}
.BgClassName
{
background-color: #8B1678;
}
</style>
border-color css
<style>
span { border-color: #8B1678; }
span { border-color: rgb(139,22,120); }
td.TdClassName
{
border-color: #8B1678;
}
.TagClassName
{
border-color: #8B1678;
}
</style>