Shades of Dark Purple #8B367C
Tints of Dark Purple #8B367C
RGB
CMYK
RGB Variations
Color information
#8B367C (or 0x8B367C) is known color: Dark Purple. HEX triplet: 8B, 36 and 7C. RGB value is (139,54,124). Sum of RGB (Red+Green+Blue) = 139+54+124=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B367C is #74C983. Grayscale: #575757. Windows color (decimal): -7653764 or 8140427. OLE color: 8140427.
HSL color Cylindrical-coordinate representation of color #8B367C: hue angle of 310.59º 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 #8B367C is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 124 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.45 |
| HSL | 310.59º | 0.44% | 0.38% | - |
| HSV(B) | 310.59º | 0.61% | 0.55% | - |
| XYZ | 15.6 | 9.58 | 20.1 | - |
| YUV | 87.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 124 | 0 | 0.61 | 0.11 | 0.45 | 310.59 | 0.44 | 0.38 |
| Hex | 8B | 36 | 7C | 0 | 3D | B | 2D | 137 | 2C | 26 |
| Octal | 213 | 66 | 174 | 0 | 75 | 13 | 55 | 467 | 54 | 46 |
| Binary | 10001011 | 110110 | 1111100 | 0 | 111101 | 1011 | 101101 | 100110111 | 101100 | 100110 |
Color Harmonies of #8B367C
Complementary color
Monochromatic Colors of #8B367C
Black with #8B367C
Text Example
Text Example
White with #8B367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B367C; }
p { color: rgb(139,54,124); }
H1.HeaderClassName
{
color: #8B367C;
}
.AnyTagClassName
{
color: #8B367C;
}
</style>
background-color css
<style>
a { background-color: #8B367C; }
a { background-color: rgb(139,54,124); }
div.DivClassName
{
background-color: #8B367C;
}
.BgClassName
{
background-color: #8B367C;
}
</style>
border-color css
<style>
span { border-color: #8B367C; }
span { border-color: rgb(139,54,124); }
td.TdClassName
{
border-color: #8B367C;
}
.TagClassName
{
border-color: #8B367C;
}
</style>