Shades of Dark Purple #8B1D88
Tints of Dark Purple #8B1D88
RGB
CMYK
RGB Variations
Color information
#8B1D88 (or 0x8B1D88) is known color: Dark Purple. HEX triplet: 8B, 1D and 88. RGB value is (139,29,136). Sum of RGB (Red+Green+Blue) = 139+29+136=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1D88 is #74E277. Grayscale: #494949. Windows color (decimal): -7660152 or 8920459. OLE color: 8920459.
HSL color Cylindrical-coordinate representation of color #8B1D88: hue angle of 301.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D88 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 29 | 136 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.45 |
| HSL | 301.64º | 0.65% | 0.33% | - |
| HSV(B) | 301.64º | 0.79% | 0.55% | - |
| XYZ | 15.53 | 8.15 | 24.05 | - |
| YUV | 74.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 29 | 136 | 0 | 0.79 | 0.02 | 0.45 | 301.64 | 0.65 | 0.33 |
| Hex | 8B | 1D | 88 | 0 | 4F | 2 | 2D | 12E | 41 | 21 |
| Octal | 213 | 35 | 210 | 0 | 117 | 2 | 55 | 456 | 101 | 41 |
| Binary | 10001011 | 11101 | 10001000 | 0 | 1001111 | 10 | 101101 | 100101110 | 1000001 | 100001 |
Color Harmonies of #8B1D88
Complementary color
Monochromatic Colors of #8B1D88
Black with #8B1D88
Text Example
Text Example
White with #8B1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1D88; }
p { color: rgb(139,29,136); }
H1.HeaderClassName
{
color: #8B1D88;
}
.AnyTagClassName
{
color: #8B1D88;
}
</style>
background-color css
<style>
a { background-color: #8B1D88; }
a { background-color: rgb(139,29,136); }
div.DivClassName
{
background-color: #8B1D88;
}
.BgClassName
{
background-color: #8B1D88;
}
</style>
border-color css
<style>
span { border-color: #8B1D88; }
span { border-color: rgb(139,29,136); }
td.TdClassName
{
border-color: #8B1D88;
}
.TagClassName
{
border-color: #8B1D88;
}
</style>