Shades of Dark Purple #8B1788
Tints of Dark Purple #8B1788
RGB
CMYK
RGB Variations
Color information
#8B1788 (or 0x8B1788) is known color: Dark Purple. HEX triplet: 8B, 17 and 88. RGB value is (139,23,136). Sum of RGB (Red+Green+Blue) = 139+23+136=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1788 is #74E877. Grayscale: #464646. Windows color (decimal): -7661688 or 8918923. OLE color: 8918923.
HSL color Cylindrical-coordinate representation of color #8B1788: hue angle of 301.55º degrees, saturation: 0.72, 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 #8B1788 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 136 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.45 |
| HSL | 301.55º | 0.72% | 0.32% | - |
| HSV(B) | 301.55º | 0.83% | 0.55% | - |
| XYZ | 15.4 | 7.88 | 24 | - |
| YUV | 70.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 136 | 0 | 0.83 | 0.02 | 0.45 | 301.55 | 0.72 | 0.32 |
| Hex | 8B | 17 | 88 | 0 | 53 | 2 | 2D | 12E | 48 | 20 |
| Octal | 213 | 27 | 210 | 0 | 123 | 2 | 55 | 456 | 110 | 40 |
| Binary | 10001011 | 10111 | 10001000 | 0 | 1010011 | 10 | 101101 | 100101110 | 1001000 | 100000 |
Color Harmonies of #8B1788
Complementary color
Monochromatic Colors of #8B1788
Black with #8B1788
Text Example
Text Example
White with #8B1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1788; }
p { color: rgb(139,23,136); }
H1.HeaderClassName
{
color: #8B1788;
}
.AnyTagClassName
{
color: #8B1788;
}
</style>
background-color css
<style>
a { background-color: #8B1788; }
a { background-color: rgb(139,23,136); }
div.DivClassName
{
background-color: #8B1788;
}
.BgClassName
{
background-color: #8B1788;
}
</style>
border-color css
<style>
span { border-color: #8B1788; }
span { border-color: rgb(139,23,136); }
td.TdClassName
{
border-color: #8B1788;
}
.TagClassName
{
border-color: #8B1788;
}
</style>