Shades of Dark Purple #8B366D
Tints of Dark Purple #8B366D
RGB
CMYK
RGB Variations
Color information
#8B366D (or 0x8B366D) is known color: Dark Purple. HEX triplet: 8B, 36 and 6D. RGB value is (139,54,109). Sum of RGB (Red+Green+Blue) = 139+54+109=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B366D is #74C992. Grayscale: #555555. Windows color (decimal): -7653779 or 7157387. OLE color: 7157387.
HSL color Cylindrical-coordinate representation of color #8B366D: hue angle of 321.18º 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 #8B366D is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 109 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.45 |
| HSL | 321.18º | 0.44% | 0.38% | - |
| HSV(B) | 321.18º | 0.61% | 0.55% | - |
| XYZ | 14.73 | 9.23 | 15.47 | - |
| YUV | 85.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 109 | 0 | 0.61 | 0.22 | 0.45 | 321.18 | 0.44 | 0.38 |
| Hex | 8B | 36 | 6D | 0 | 3D | 16 | 2D | 141 | 2C | 26 |
| Octal | 213 | 66 | 155 | 0 | 75 | 26 | 55 | 501 | 54 | 46 |
| Binary | 10001011 | 110110 | 1101101 | 0 | 111101 | 10110 | 101101 | 101000001 | 101100 | 100110 |
Color Harmonies of #8B366D
Complementary color
Monochromatic Colors of #8B366D
Black with #8B366D
Text Example
Text Example
White with #8B366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B366D; }
p { color: rgb(139,54,109); }
H1.HeaderClassName
{
color: #8B366D;
}
.AnyTagClassName
{
color: #8B366D;
}
</style>
background-color css
<style>
a { background-color: #8B366D; }
a { background-color: rgb(139,54,109); }
div.DivClassName
{
background-color: #8B366D;
}
.BgClassName
{
background-color: #8B366D;
}
</style>
border-color css
<style>
span { border-color: #8B366D; }
span { border-color: rgb(139,54,109); }
td.TdClassName
{
border-color: #8B366D;
}
.TagClassName
{
border-color: #8B366D;
}
</style>