Shades of Dark Purple #8B187E
Tints of Dark Purple #8B187E
RGB
CMYK
RGB Variations
Color information
#8B187E (or 0x8B187E) is known color: Dark Purple. HEX triplet: 8B, 18 and 7E. RGB value is (139,24,126). Sum of RGB (Red+Green+Blue) = 139+24+126=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B187E is #74E781. Grayscale: #454545. Windows color (decimal): -7661442 or 8263819. OLE color: 8263819.
HSL color Cylindrical-coordinate representation of color #8B187E: hue angle of 306.78º 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 #8B187E is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 126 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.45 |
| HSL | 306.78º | 0.71% | 0.32% | - |
| HSV(B) | 306.78º | 0.83% | 0.55% | - |
| XYZ | 14.74 | 7.65 | 20.44 | - |
| YUV | 70.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 126 | 0 | 0.83 | 0.09 | 0.45 | 306.78 | 0.71 | 0.32 |
| Hex | 8B | 18 | 7E | 0 | 53 | 9 | 2D | 133 | 47 | 20 |
| Octal | 213 | 30 | 176 | 0 | 123 | 11 | 55 | 463 | 107 | 40 |
| Binary | 10001011 | 11000 | 1111110 | 0 | 1010011 | 1001 | 101101 | 100110011 | 1000111 | 100000 |
Color Harmonies of #8B187E
Complementary color
Monochromatic Colors of #8B187E
Black with #8B187E
Text Example
Text Example
White with #8B187E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B187E; }
p { color: rgb(139,24,126); }
H1.HeaderClassName
{
color: #8B187E;
}
.AnyTagClassName
{
color: #8B187E;
}
</style>
background-color css
<style>
a { background-color: #8B187E; }
a { background-color: rgb(139,24,126); }
div.DivClassName
{
background-color: #8B187E;
}
.BgClassName
{
background-color: #8B187E;
}
</style>
border-color css
<style>
span { border-color: #8B187E; }
span { border-color: rgb(139,24,126); }
td.TdClassName
{
border-color: #8B187E;
}
.TagClassName
{
border-color: #8B187E;
}
</style>