Shades of Dark Purple #8B2F84
Tints of Dark Purple #8B2F84
RGB
CMYK
RGB Variations
Color information
#8B2F84 (or 0x8B2F84) is known color: Dark Purple. HEX triplet: 8B, 2F and 84. RGB value is (139,47,132). Sum of RGB (Red+Green+Blue) = 139+47+132=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2F84 is #74D07B. Grayscale: #535353. Windows color (decimal): -7655548 or 8662923. OLE color: 8662923.
HSL color Cylindrical-coordinate representation of color #8B2F84: hue angle of 304.57º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F84 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 132 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.45 |
| HSL | 304.57º | 0.49% | 0.36% | - |
| HSV(B) | 304.57º | 0.66% | 0.55% | - |
| XYZ | 15.83 | 9.19 | 22.77 | - |
| YUV | 84.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 132 | 0 | 0.66 | 0.05 | 0.45 | 304.57 | 0.49 | 0.36 |
| Hex | 8B | 2F | 84 | 0 | 42 | 5 | 2D | 131 | 31 | 24 |
| Octal | 213 | 57 | 204 | 0 | 102 | 5 | 55 | 461 | 61 | 44 |
| Binary | 10001011 | 101111 | 10000100 | 0 | 1000010 | 101 | 101101 | 100110001 | 110001 | 100100 |
Color Harmonies of #8B2F84
Complementary color
Monochromatic Colors of #8B2F84
Black with #8B2F84
Text Example
Text Example
White with #8B2F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F84; }
p { color: rgb(139,47,132); }
H1.HeaderClassName
{
color: #8B2F84;
}
.AnyTagClassName
{
color: #8B2F84;
}
</style>
background-color css
<style>
a { background-color: #8B2F84; }
a { background-color: rgb(139,47,132); }
div.DivClassName
{
background-color: #8B2F84;
}
.BgClassName
{
background-color: #8B2F84;
}
</style>
border-color css
<style>
span { border-color: #8B2F84; }
span { border-color: rgb(139,47,132); }
td.TdClassName
{
border-color: #8B2F84;
}
.TagClassName
{
border-color: #8B2F84;
}
</style>