Shades of Dark Purple #8B3B82
Tints of Dark Purple #8B3B82
RGB
CMYK
RGB Variations
Color information
#8B3B82 (or 0x8B3B82) is known color: Dark Purple. HEX triplet: 8B, 3B and 82. RGB value is (139,59,130). Sum of RGB (Red+Green+Blue) = 139+59+130=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3B82 is #74C47D. Grayscale: #5A5A5A. Windows color (decimal): -7652478 or 8534923. OLE color: 8534923.
HSL color Cylindrical-coordinate representation of color #8B3B82: hue angle of 306.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3B82 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 59 | 130 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.45 |
| HSL | 306.75º | 0.4% | 0.39% | - |
| HSV(B) | 306.75º | 0.58% | 0.55% | - |
| XYZ | 16.24 | 10.23 | 22.24 | - |
| YUV | 91.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 130 | 0 | 0.58 | 0.06 | 0.45 | 306.75 | 0.4 | 0.39 |
| Hex | 8B | 3B | 82 | 0 | 3A | 6 | 2D | 133 | 28 | 27 |
| Octal | 213 | 73 | 202 | 0 | 72 | 6 | 55 | 463 | 50 | 47 |
| Binary | 10001011 | 111011 | 10000010 | 0 | 111010 | 110 | 101101 | 100110011 | 101000 | 100111 |
Color Harmonies of #8B3B82
Complementary color
Monochromatic Colors of #8B3B82
Black with #8B3B82
Text Example
Text Example
White with #8B3B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3B82; }
p { color: rgb(139,59,130); }
H1.HeaderClassName
{
color: #8B3B82;
}
.AnyTagClassName
{
color: #8B3B82;
}
</style>
background-color css
<style>
a { background-color: #8B3B82; }
a { background-color: rgb(139,59,130); }
div.DivClassName
{
background-color: #8B3B82;
}
.BgClassName
{
background-color: #8B3B82;
}
</style>
border-color css
<style>
span { border-color: #8B3B82; }
span { border-color: rgb(139,59,130); }
td.TdClassName
{
border-color: #8B3B82;
}
.TagClassName
{
border-color: #8B3B82;
}
</style>