Shades of Dark Purple #8B3684
Tints of Dark Purple #8B3684
RGB
CMYK
RGB Variations
Color information
#8B3684 (or 0x8B3684) is known color: Dark Purple. HEX triplet: 8B, 36 and 84. RGB value is (139,54,132). Sum of RGB (Red+Green+Blue) = 139+54+132=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3684 is #74C97B. Grayscale: #585858. Windows color (decimal): -7653756 or 8664715. OLE color: 8664715.
HSL color Cylindrical-coordinate representation of color #8B3684: hue angle of 304.94º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3684 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 132 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.45 |
| HSL | 304.94º | 0.44% | 0.38% | - |
| HSV(B) | 304.94º | 0.61% | 0.55% | - |
| XYZ | 16.13 | 9.79 | 22.87 | - |
| YUV | 88.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 132 | 0 | 0.61 | 0.05 | 0.45 | 304.94 | 0.44 | 0.38 |
| Hex | 8B | 36 | 84 | 0 | 3D | 5 | 2D | 131 | 2C | 26 |
| Octal | 213 | 66 | 204 | 0 | 75 | 5 | 55 | 461 | 54 | 46 |
| Binary | 10001011 | 110110 | 10000100 | 0 | 111101 | 101 | 101101 | 100110001 | 101100 | 100110 |
Color Harmonies of #8B3684
Complementary color
Monochromatic Colors of #8B3684
Black with #8B3684
Text Example
Text Example
White with #8B3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3684; }
p { color: rgb(139,54,132); }
H1.HeaderClassName
{
color: #8B3684;
}
.AnyTagClassName
{
color: #8B3684;
}
</style>
background-color css
<style>
a { background-color: #8B3684; }
a { background-color: rgb(139,54,132); }
div.DivClassName
{
background-color: #8B3684;
}
.BgClassName
{
background-color: #8B3684;
}
</style>
border-color css
<style>
span { border-color: #8B3684; }
span { border-color: rgb(139,54,132); }
td.TdClassName
{
border-color: #8B3684;
}
.TagClassName
{
border-color: #8B3684;
}
</style>