Shades of Dark Purple #8B157B
Tints of Dark Purple #8B157B
RGB
CMYK
RGB Variations
Color information
#8B157B (or 0x8B157B) is known color: Dark Purple. HEX triplet: 8B, 15 and 7B. RGB value is (139,21,123). Sum of RGB (Red+Green+Blue) = 139+21+123=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B157B is #74EA84. Grayscale: #434343. Windows color (decimal): -7662213 or 8066443. OLE color: 8066443.
HSL color Cylindrical-coordinate representation of color #8B157B: hue angle of 308.14º 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 #8B157B is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 123 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.45 |
| HSL | 308.14º | 0.74% | 0.31% | - |
| HSV(B) | 308.14º | 0.85% | 0.55% | - |
| XYZ | 14.49 | 7.46 | 19.41 | - |
| YUV | 67.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 123 | 0 | 0.85 | 0.12 | 0.45 | 308.14 | 0.74 | 0.31 |
| Hex | 8B | 15 | 7B | 0 | 55 | C | 2D | 134 | 4A | 1F |
| Octal | 213 | 25 | 173 | 0 | 125 | 14 | 55 | 464 | 112 | 37 |
| Binary | 10001011 | 10101 | 1111011 | 0 | 1010101 | 1100 | 101101 | 100110100 | 1001010 | 11111 |
Color Harmonies of #8B157B
Complementary color
Monochromatic Colors of #8B157B
Black with #8B157B
Text Example
Text Example
White with #8B157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B157B; }
p { color: rgb(139,21,123); }
H1.HeaderClassName
{
color: #8B157B;
}
.AnyTagClassName
{
color: #8B157B;
}
</style>
background-color css
<style>
a { background-color: #8B157B; }
a { background-color: rgb(139,21,123); }
div.DivClassName
{
background-color: #8B157B;
}
.BgClassName
{
background-color: #8B157B;
}
</style>
border-color css
<style>
span { border-color: #8B157B; }
span { border-color: rgb(139,21,123); }
td.TdClassName
{
border-color: #8B157B;
}
.TagClassName
{
border-color: #8B157B;
}
</style>