Shades of Dark Purple #8B1577
Tints of Dark Purple #8B1577
RGB
CMYK
RGB Variations
Color information
#8B1577 (or 0x8B1577) is known color: Dark Purple. HEX triplet: 8B, 15 and 77. RGB value is (139,21,119). Sum of RGB (Red+Green+Blue) = 139+21+119=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1577 is #74EA88. Grayscale: #434343. Windows color (decimal): -7662217 or 7804299. OLE color: 7804299.
HSL color Cylindrical-coordinate representation of color #8B1577: hue angle of 310.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1577 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 119 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.45 |
| HSL | 310.17º | 0.74% | 0.31% | - |
| HSV(B) | 310.17º | 0.85% | 0.55% | - |
| XYZ | 14.25 | 7.36 | 18.12 | - |
| YUV | 67.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 119 | 0 | 0.85 | 0.14 | 0.45 | 310.17 | 0.74 | 0.31 |
| Hex | 8B | 15 | 77 | 0 | 55 | E | 2D | 136 | 4A | 1F |
| Octal | 213 | 25 | 167 | 0 | 125 | 16 | 55 | 466 | 112 | 37 |
| Binary | 10001011 | 10101 | 1110111 | 0 | 1010101 | 1110 | 101101 | 100110110 | 1001010 | 11111 |
Color Harmonies of #8B1577
Complementary color
Monochromatic Colors of #8B1577
Black with #8B1577
Text Example
Text Example
White with #8B1577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1577; }
p { color: rgb(139,21,119); }
H1.HeaderClassName
{
color: #8B1577;
}
.AnyTagClassName
{
color: #8B1577;
}
</style>
background-color css
<style>
a { background-color: #8B1577; }
a { background-color: rgb(139,21,119); }
div.DivClassName
{
background-color: #8B1577;
}
.BgClassName
{
background-color: #8B1577;
}
</style>
border-color css
<style>
span { border-color: #8B1577; }
span { border-color: rgb(139,21,119); }
td.TdClassName
{
border-color: #8B1577;
}
.TagClassName
{
border-color: #8B1577;
}
</style>