Shades of Dark Purple #8C157B
Tints of Dark Purple #8C157B
RGB
CMYK
RGB Variations
Color information
#8C157B (or 0x8C157B) is known color: Dark Purple. HEX triplet: 8C, 15 and 7B. RGB value is (140,21,123). Sum of RGB (Red+Green+Blue) = 140+21+123=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C157B is #73EA84. Grayscale: #434343. Windows color (decimal): -7596677 or 8066444. OLE color: 8066444.
HSL color Cylindrical-coordinate representation of color #8C157B: hue angle of 308.57º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C157B is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 123 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.45 |
| HSL | 308.57º | 0.74% | 0.32% | - |
| HSV(B) | 308.57º | 0.85% | 0.55% | - |
| XYZ | 14.66 | 7.54 | 19.42 | - |
| YUV | 68.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 123 | 0 | 0.85 | 0.12 | 0.45 | 308.57 | 0.74 | 0.32 |
| Hex | 8C | 15 | 7B | 0 | 55 | C | 2D | 135 | 4A | 20 |
| Octal | 214 | 25 | 173 | 0 | 125 | 14 | 55 | 465 | 112 | 40 |
| Binary | 10001100 | 10101 | 1111011 | 0 | 1010101 | 1100 | 101101 | 100110101 | 1001010 | 100000 |
Color Harmonies of #8C157B
Complementary color
Monochromatic Colors of #8C157B
Black with #8C157B
Text Example
Text Example
White with #8C157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C157B; }
p { color: rgb(140,21,123); }
H1.HeaderClassName
{
color: #8C157B;
}
.AnyTagClassName
{
color: #8C157B;
}
</style>
background-color css
<style>
a { background-color: #8C157B; }
a { background-color: rgb(140,21,123); }
div.DivClassName
{
background-color: #8C157B;
}
.BgClassName
{
background-color: #8C157B;
}
</style>
border-color css
<style>
span { border-color: #8C157B; }
span { border-color: rgb(140,21,123); }
td.TdClassName
{
border-color: #8C157B;
}
.TagClassName
{
border-color: #8C157B;
}
</style>