Shades of Dark Purple #8B396E
Tints of Dark Purple #8B396E
RGB
CMYK
RGB Variations
Color information
#8B396E (or 0x8B396E) is known color: Dark Purple. HEX triplet: 8B, 39 and 6E. RGB value is (139,57,110). Sum of RGB (Red+Green+Blue) = 139+57+110=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B396E is #74C691. Grayscale: #575757. Windows color (decimal): -7653010 or 7223691. OLE color: 7223691.
HSL color Cylindrical-coordinate representation of color #8B396E: hue angle of 321.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B396E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 110 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.45 |
| HSL | 321.22º | 0.42% | 0.38% | - |
| HSV(B) | 321.22º | 0.59% | 0.55% | - |
| XYZ | 14.93 | 9.54 | 15.81 | - |
| YUV | 87.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 110 | 0 | 0.59 | 0.21 | 0.45 | 321.22 | 0.42 | 0.38 |
| Hex | 8B | 39 | 6E | 0 | 3B | 15 | 2D | 141 | 2A | 26 |
| Octal | 213 | 71 | 156 | 0 | 73 | 25 | 55 | 501 | 52 | 46 |
| Binary | 10001011 | 111001 | 1101110 | 0 | 111011 | 10101 | 101101 | 101000001 | 101010 | 100110 |
Color Harmonies of #8B396E
Complementary color
Monochromatic Colors of #8B396E
Black with #8B396E
Text Example
Text Example
White with #8B396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B396E; }
p { color: rgb(139,57,110); }
H1.HeaderClassName
{
color: #8B396E;
}
.AnyTagClassName
{
color: #8B396E;
}
</style>
background-color css
<style>
a { background-color: #8B396E; }
a { background-color: rgb(139,57,110); }
div.DivClassName
{
background-color: #8B396E;
}
.BgClassName
{
background-color: #8B396E;
}
</style>
border-color css
<style>
span { border-color: #8B396E; }
span { border-color: rgb(139,57,110); }
td.TdClassName
{
border-color: #8B396E;
}
.TagClassName
{
border-color: #8B396E;
}
</style>