Shades of Dark Purple #8B397B
Tints of Dark Purple #8B397B
RGB
CMYK
RGB Variations
Color information
#8B397B (or 0x8B397B) is known color: Dark Purple. HEX triplet: 8B, 39 and 7B. RGB value is (139,57,123). Sum of RGB (Red+Green+Blue) = 139+57+123=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B397B is #74C684. Grayscale: #585858. Windows color (decimal): -7652997 or 8075659. OLE color: 8075659.
HSL color Cylindrical-coordinate representation of color #8B397B: hue angle of 311.71º 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 #8B397B is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 123 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.45 |
| HSL | 311.71º | 0.42% | 0.38% | - |
| HSV(B) | 311.71º | 0.59% | 0.55% | - |
| XYZ | 15.69 | 9.85 | 19.81 | - |
| YUV | 89.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 123 | 0 | 0.59 | 0.12 | 0.45 | 311.71 | 0.42 | 0.38 |
| Hex | 8B | 39 | 7B | 0 | 3B | C | 2D | 138 | 2A | 26 |
| Octal | 213 | 71 | 173 | 0 | 73 | 14 | 55 | 470 | 52 | 46 |
| Binary | 10001011 | 111001 | 1111011 | 0 | 111011 | 1100 | 101101 | 100111000 | 101010 | 100110 |
Color Harmonies of #8B397B
Complementary color
Monochromatic Colors of #8B397B
Black with #8B397B
Text Example
Text Example
White with #8B397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B397B; }
p { color: rgb(139,57,123); }
H1.HeaderClassName
{
color: #8B397B;
}
.AnyTagClassName
{
color: #8B397B;
}
</style>
background-color css
<style>
a { background-color: #8B397B; }
a { background-color: rgb(139,57,123); }
div.DivClassName
{
background-color: #8B397B;
}
.BgClassName
{
background-color: #8B397B;
}
</style>
border-color css
<style>
span { border-color: #8B397B; }
span { border-color: rgb(139,57,123); }
td.TdClassName
{
border-color: #8B397B;
}
.TagClassName
{
border-color: #8B397B;
}
</style>