Shades of Dark Purple #8B2280
Tints of Dark Purple #8B2280
RGB
CMYK
RGB Variations
Color information
#8B2280 (or 0x8B2280) is known color: Dark Purple. HEX triplet: 8B, 22 and 80. RGB value is (139,34,128). Sum of RGB (Red+Green+Blue) = 139+34+128=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2280 is #74DD7F. Grayscale: #4B4B4B. Windows color (decimal): -7658880 or 8397451. OLE color: 8397451.
HSL color Cylindrical-coordinate representation of color #8B2280: hue angle of 306.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2280 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 128 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.45 |
| HSL | 306.29º | 0.61% | 0.34% | - |
| HSV(B) | 306.29º | 0.76% | 0.55% | - |
| XYZ | 15.12 | 8.19 | 21.21 | - |
| YUV | 76.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 128 | 0 | 0.76 | 0.08 | 0.45 | 306.29 | 0.61 | 0.34 |
| Hex | 8B | 22 | 80 | 0 | 4C | 8 | 2D | 132 | 3D | 22 |
| Octal | 213 | 42 | 200 | 0 | 114 | 10 | 55 | 462 | 75 | 42 |
| Binary | 10001011 | 100010 | 10000000 | 0 | 1001100 | 1000 | 101101 | 100110010 | 111101 | 100010 |
Color Harmonies of #8B2280
Complementary color
Monochromatic Colors of #8B2280
Black with #8B2280
Text Example
Text Example
White with #8B2280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2280; }
p { color: rgb(139,34,128); }
H1.HeaderClassName
{
color: #8B2280;
}
.AnyTagClassName
{
color: #8B2280;
}
</style>
background-color css
<style>
a { background-color: #8B2280; }
a { background-color: rgb(139,34,128); }
div.DivClassName
{
background-color: #8B2280;
}
.BgClassName
{
background-color: #8B2280;
}
</style>
border-color css
<style>
span { border-color: #8B2280; }
span { border-color: rgb(139,34,128); }
td.TdClassName
{
border-color: #8B2280;
}
.TagClassName
{
border-color: #8B2280;
}
</style>