Shades of Dark Purple #8B3582
Tints of Dark Purple #8B3582
RGB
CMYK
RGB Variations
Color information
#8B3582 (or 0x8B3582) is known color: Dark Purple. HEX triplet: 8B, 35 and 82. RGB value is (139,53,130). Sum of RGB (Red+Green+Blue) = 139+53+130=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3582 is #74CA7D. Grayscale: #575757. Windows color (decimal): -7654014 or 8533387. OLE color: 8533387.
HSL color Cylindrical-coordinate representation of color #8B3582: hue angle of 306.28º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B3582 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 130 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.45 |
| HSL | 306.28º | 0.45% | 0.38% | - |
| HSV(B) | 306.28º | 0.62% | 0.55% | - |
| XYZ | 15.95 | 9.65 | 22.14 | - |
| YUV | 87.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 130 | 0 | 0.62 | 0.06 | 0.45 | 306.28 | 0.45 | 0.38 |
| Hex | 8B | 35 | 82 | 0 | 3E | 6 | 2D | 132 | 2D | 26 |
| Octal | 213 | 65 | 202 | 0 | 76 | 6 | 55 | 462 | 55 | 46 |
| Binary | 10001011 | 110101 | 10000010 | 0 | 111110 | 110 | 101101 | 100110010 | 101101 | 100110 |
Color Harmonies of #8B3582
Complementary color
Monochromatic Colors of #8B3582
Black with #8B3582
Text Example
Text Example
White with #8B3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3582; }
p { color: rgb(139,53,130); }
H1.HeaderClassName
{
color: #8B3582;
}
.AnyTagClassName
{
color: #8B3582;
}
</style>
background-color css
<style>
a { background-color: #8B3582; }
a { background-color: rgb(139,53,130); }
div.DivClassName
{
background-color: #8B3582;
}
.BgClassName
{
background-color: #8B3582;
}
</style>
border-color css
<style>
span { border-color: #8B3582; }
span { border-color: rgb(139,53,130); }
td.TdClassName
{
border-color: #8B3582;
}
.TagClassName
{
border-color: #8B3582;
}
</style>