Shades of Dark Purple #8B187B
Tints of Dark Purple #8B187B
RGB
CMYK
RGB Variations
Color information
#8B187B (or 0x8B187B) is known color: Dark Purple. HEX triplet: 8B, 18 and 7B. RGB value is (139,24,123). Sum of RGB (Red+Green+Blue) = 139+24+123=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B187B is #74E784. Grayscale: #454545. Windows color (decimal): -7661445 or 8067211. OLE color: 8067211.
HSL color Cylindrical-coordinate representation of color #8B187B: hue angle of 308.35º degrees, saturation: 0.71, 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 #8B187B is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 123 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.45 |
| HSL | 308.35º | 0.71% | 0.32% | - |
| HSV(B) | 308.35º | 0.83% | 0.55% | - |
| XYZ | 14.55 | 7.57 | 19.43 | - |
| YUV | 69.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 123 | 0 | 0.83 | 0.12 | 0.45 | 308.35 | 0.71 | 0.32 |
| Hex | 8B | 18 | 7B | 0 | 53 | C | 2D | 134 | 47 | 20 |
| Octal | 213 | 30 | 173 | 0 | 123 | 14 | 55 | 464 | 107 | 40 |
| Binary | 10001011 | 11000 | 1111011 | 0 | 1010011 | 1100 | 101101 | 100110100 | 1000111 | 100000 |
Color Harmonies of #8B187B
Complementary color
Monochromatic Colors of #8B187B
Black with #8B187B
Text Example
Text Example
White with #8B187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B187B; }
p { color: rgb(139,24,123); }
H1.HeaderClassName
{
color: #8B187B;
}
.AnyTagClassName
{
color: #8B187B;
}
</style>
background-color css
<style>
a { background-color: #8B187B; }
a { background-color: rgb(139,24,123); }
div.DivClassName
{
background-color: #8B187B;
}
.BgClassName
{
background-color: #8B187B;
}
</style>
border-color css
<style>
span { border-color: #8B187B; }
span { border-color: rgb(139,24,123); }
td.TdClassName
{
border-color: #8B187B;
}
.TagClassName
{
border-color: #8B187B;
}
</style>