Shades of Dark Purple #8B2088
Tints of Dark Purple #8B2088
RGB
CMYK
RGB Variations
Color information
#8B2088 (or 0x8B2088) is known color: Dark Purple. HEX triplet: 8B, 20 and 88. RGB value is (139,32,136). Sum of RGB (Red+Green+Blue) = 139+32+136=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2088 is #74DF77. Grayscale: #4B4B4B. Windows color (decimal): -7659384 or 8921227. OLE color: 8921227.
HSL color Cylindrical-coordinate representation of color #8B2088: hue angle of 301.68º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2088 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 136 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.45 |
| HSL | 301.68º | 0.63% | 0.34% | - |
| HSV(B) | 301.68º | 0.77% | 0.55% | - |
| XYZ | 15.61 | 8.3 | 24.07 | - |
| YUV | 75.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 136 | 0 | 0.77 | 0.02 | 0.45 | 301.68 | 0.63 | 0.34 |
| Hex | 8B | 20 | 88 | 0 | 4D | 2 | 2D | 12E | 3F | 22 |
| Octal | 213 | 40 | 210 | 0 | 115 | 2 | 55 | 456 | 77 | 42 |
| Binary | 10001011 | 100000 | 10001000 | 0 | 1001101 | 10 | 101101 | 100101110 | 111111 | 100010 |
Color Harmonies of #8B2088
Complementary color
Monochromatic Colors of #8B2088
Black with #8B2088
Text Example
Text Example
White with #8B2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2088; }
p { color: rgb(139,32,136); }
H1.HeaderClassName
{
color: #8B2088;
}
.AnyTagClassName
{
color: #8B2088;
}
</style>
background-color css
<style>
a { background-color: #8B2088; }
a { background-color: rgb(139,32,136); }
div.DivClassName
{
background-color: #8B2088;
}
.BgClassName
{
background-color: #8B2088;
}
</style>
border-color css
<style>
span { border-color: #8B2088; }
span { border-color: rgb(139,32,136); }
td.TdClassName
{
border-color: #8B2088;
}
.TagClassName
{
border-color: #8B2088;
}
</style>