Shades of Dark Purple #8B2884
Tints of Dark Purple #8B2884
RGB
CMYK
RGB Variations
Color information
#8B2884 (or 0x8B2884) is known color: Dark Purple. HEX triplet: 8B, 28 and 84. RGB value is (139,40,132). Sum of RGB (Red+Green+Blue) = 139+40+132=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2884 is #74D77B. Grayscale: #4F4F4F. Windows color (decimal): -7657340 or 8661131. OLE color: 8661131.
HSL color Cylindrical-coordinate representation of color #8B2884: hue angle of 304.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2884 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 132 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.45 |
| HSL | 304.24º | 0.55% | 0.35% | - |
| HSV(B) | 304.24º | 0.71% | 0.55% | - |
| XYZ | 15.57 | 8.67 | 22.68 | - |
| YUV | 80.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 132 | 0 | 0.71 | 0.05 | 0.45 | 304.24 | 0.55 | 0.35 |
| Hex | 8B | 28 | 84 | 0 | 47 | 5 | 2D | 130 | 37 | 23 |
| Octal | 213 | 50 | 204 | 0 | 107 | 5 | 55 | 460 | 67 | 43 |
| Binary | 10001011 | 101000 | 10000100 | 0 | 1000111 | 101 | 101101 | 100110000 | 110111 | 100011 |
Color Harmonies of #8B2884
Complementary color
Monochromatic Colors of #8B2884
Black with #8B2884
Text Example
Text Example
White with #8B2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2884; }
p { color: rgb(139,40,132); }
H1.HeaderClassName
{
color: #8B2884;
}
.AnyTagClassName
{
color: #8B2884;
}
</style>
background-color css
<style>
a { background-color: #8B2884; }
a { background-color: rgb(139,40,132); }
div.DivClassName
{
background-color: #8B2884;
}
.BgClassName
{
background-color: #8B2884;
}
</style>
border-color css
<style>
span { border-color: #8B2884; }
span { border-color: rgb(139,40,132); }
td.TdClassName
{
border-color: #8B2884;
}
.TagClassName
{
border-color: #8B2884;
}
</style>