Shades of Dark Purple #8B377C
Tints of Dark Purple #8B377C
RGB
CMYK
RGB Variations
Color information
#8B377C (or 0x8B377C) is known color: Dark Purple. HEX triplet: 8B, 37 and 7C. RGB value is (139,55,124). Sum of RGB (Red+Green+Blue) = 139+55+124=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B377C is #74C883. Grayscale: #575757. Windows color (decimal): -7653508 or 8140683. OLE color: 8140683.
HSL color Cylindrical-coordinate representation of color #8B377C: hue angle of 310.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B377C is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 124 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.45 |
| HSL | 310.71º | 0.43% | 0.38% | - |
| HSV(B) | 310.71º | 0.6% | 0.55% | - |
| XYZ | 15.65 | 9.68 | 20.11 | - |
| YUV | 87.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 124 | 0 | 0.60 | 0.11 | 0.45 | 310.71 | 0.43 | 0.38 |
| Hex | 8B | 37 | 7C | 0 | 3C | B | 2D | 137 | 2B | 26 |
| Octal | 213 | 67 | 174 | 0 | 74 | 13 | 55 | 467 | 53 | 46 |
| Binary | 10001011 | 110111 | 1111100 | 0 | 111100 | 1011 | 101101 | 100110111 | 101011 | 100110 |
Color Harmonies of #8B377C
Complementary color
Monochromatic Colors of #8B377C
Black with #8B377C
Text Example
Text Example
White with #8B377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B377C; }
p { color: rgb(139,55,124); }
H1.HeaderClassName
{
color: #8B377C;
}
.AnyTagClassName
{
color: #8B377C;
}
</style>
background-color css
<style>
a { background-color: #8B377C; }
a { background-color: rgb(139,55,124); }
div.DivClassName
{
background-color: #8B377C;
}
.BgClassName
{
background-color: #8B377C;
}
</style>
border-color css
<style>
span { border-color: #8B377C; }
span { border-color: rgb(139,55,124); }
td.TdClassName
{
border-color: #8B377C;
}
.TagClassName
{
border-color: #8B377C;
}
</style>