Shades of Dark Purple #8B1575
Tints of Dark Purple #8B1575
RGB
CMYK
RGB Variations
Color information
#8B1575 (or 0x8B1575) is known color: Dark Purple. HEX triplet: 8B, 15 and 75. RGB value is (139,21,117). Sum of RGB (Red+Green+Blue) = 139+21+117=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1575 is #74EA8A. Grayscale: #424242. Windows color (decimal): -7662219 or 7673227. OLE color: 7673227.
HSL color Cylindrical-coordinate representation of color #8B1575: hue angle of 311.19º 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 #8B1575 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 117 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.45 |
| HSL | 311.19º | 0.74% | 0.31% | - |
| HSV(B) | 311.19º | 0.85% | 0.55% | - |
| XYZ | 14.13 | 7.31 | 17.5 | - |
| YUV | 67.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 117 | 0 | 0.85 | 0.16 | 0.45 | 311.19 | 0.74 | 0.31 |
| Hex | 8B | 15 | 75 | 0 | 55 | 10 | 2D | 137 | 4A | 1F |
| Octal | 213 | 25 | 165 | 0 | 125 | 20 | 55 | 467 | 112 | 37 |
| Binary | 10001011 | 10101 | 1110101 | 0 | 1010101 | 10000 | 101101 | 100110111 | 1001010 | 11111 |
Color Harmonies of #8B1575
Complementary color
Monochromatic Colors of #8B1575
Black with #8B1575
Text Example
Text Example
White with #8B1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1575; }
p { color: rgb(139,21,117); }
H1.HeaderClassName
{
color: #8B1575;
}
.AnyTagClassName
{
color: #8B1575;
}
</style>
background-color css
<style>
a { background-color: #8B1575; }
a { background-color: rgb(139,21,117); }
div.DivClassName
{
background-color: #8B1575;
}
.BgClassName
{
background-color: #8B1575;
}
</style>
border-color css
<style>
span { border-color: #8B1575; }
span { border-color: rgb(139,21,117); }
td.TdClassName
{
border-color: #8B1575;
}
.TagClassName
{
border-color: #8B1575;
}
</style>