Shades of Dark Purple #8B3770
Tints of Dark Purple #8B3770
RGB
CMYK
RGB Variations
Color information
#8B3770 (or 0x8B3770) is known color: Dark Purple. HEX triplet: 8B, 37 and 70. RGB value is (139,55,112). Sum of RGB (Red+Green+Blue) = 139+55+112=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3770 is #74C88F. Grayscale: #565656. Windows color (decimal): -7653520 or 7354251. OLE color: 7354251.
HSL color Cylindrical-coordinate representation of color #8B3770: hue angle of 319.29º 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 #8B3770 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 112 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.45 |
| HSL | 319.29º | 0.43% | 0.38% | - |
| HSV(B) | 319.29º | 0.6% | 0.55% | - |
| XYZ | 14.94 | 9.39 | 16.35 | - |
| YUV | 86.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 112 | 0 | 0.60 | 0.19 | 0.45 | 319.29 | 0.43 | 0.38 |
| Hex | 8B | 37 | 70 | 0 | 3C | 13 | 2D | 13F | 2B | 26 |
| Octal | 213 | 67 | 160 | 0 | 74 | 23 | 55 | 477 | 53 | 46 |
| Binary | 10001011 | 110111 | 1110000 | 0 | 111100 | 10011 | 101101 | 100111111 | 101011 | 100110 |
Color Harmonies of #8B3770
Complementary color
Monochromatic Colors of #8B3770
Black with #8B3770
Text Example
Text Example
White with #8B3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3770; }
p { color: rgb(139,55,112); }
H1.HeaderClassName
{
color: #8B3770;
}
.AnyTagClassName
{
color: #8B3770;
}
</style>
background-color css
<style>
a { background-color: #8B3770; }
a { background-color: rgb(139,55,112); }
div.DivClassName
{
background-color: #8B3770;
}
.BgClassName
{
background-color: #8B3770;
}
</style>
border-color css
<style>
span { border-color: #8B3770; }
span { border-color: rgb(139,55,112); }
td.TdClassName
{
border-color: #8B3770;
}
.TagClassName
{
border-color: #8B3770;
}
</style>