Shades of Dark Purple #8B1778
Tints of Dark Purple #8B1778
RGB
CMYK
RGB Variations
Color information
#8B1778 (or 0x8B1778) is known color: Dark Purple. HEX triplet: 8B, 17 and 78. RGB value is (139,23,120). Sum of RGB (Red+Green+Blue) = 139+23+120=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1778 is #74E887. Grayscale: #444444. Windows color (decimal): -7661704 or 7870347. OLE color: 7870347.
HSL color Cylindrical-coordinate representation of color #8B1778: hue angle of 309.83º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1778 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 120 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.45 |
| HSL | 309.83º | 0.72% | 0.32% | - |
| HSV(B) | 309.83º | 0.83% | 0.55% | - |
| XYZ | 14.34 | 7.46 | 18.45 | - |
| YUV | 68.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 120 | 0 | 0.83 | 0.14 | 0.45 | 309.83 | 0.72 | 0.32 |
| Hex | 8B | 17 | 78 | 0 | 53 | E | 2D | 136 | 48 | 20 |
| Octal | 213 | 27 | 170 | 0 | 123 | 16 | 55 | 466 | 110 | 40 |
| Binary | 10001011 | 10111 | 1111000 | 0 | 1010011 | 1110 | 101101 | 100110110 | 1001000 | 100000 |
Color Harmonies of #8B1778
Complementary color
Monochromatic Colors of #8B1778
Black with #8B1778
Text Example
Text Example
White with #8B1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1778; }
p { color: rgb(139,23,120); }
H1.HeaderClassName
{
color: #8B1778;
}
.AnyTagClassName
{
color: #8B1778;
}
</style>
background-color css
<style>
a { background-color: #8B1778; }
a { background-color: rgb(139,23,120); }
div.DivClassName
{
background-color: #8B1778;
}
.BgClassName
{
background-color: #8B1778;
}
</style>
border-color css
<style>
span { border-color: #8B1778; }
span { border-color: rgb(139,23,120); }
td.TdClassName
{
border-color: #8B1778;
}
.TagClassName
{
border-color: #8B1778;
}
</style>