Shades of Dark Purple #8B3077
Tints of Dark Purple #8B3077
RGB
CMYK
RGB Variations
Color information
#8B3077 (or 0x8B3077) is known color: Dark Purple. HEX triplet: 8B, 30 and 77. RGB value is (139,48,119). Sum of RGB (Red+Green+Blue) = 139+48+119=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3077 is #74CF88. Grayscale: #535353. Windows color (decimal): -7655305 or 7811211. OLE color: 7811211.
HSL color Cylindrical-coordinate representation of color #8B3077: hue angle of 313.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3077 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 48 | 119 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.45 |
| HSL | 313.19º | 0.49% | 0.37% | - |
| HSV(B) | 313.19º | 0.65% | 0.55% | - |
| XYZ | 15.03 | 8.93 | 18.38 | - |
| YUV | 83.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 119 | 0 | 0.65 | 0.14 | 0.45 | 313.19 | 0.49 | 0.37 |
| Hex | 8B | 30 | 77 | 0 | 41 | E | 2D | 139 | 31 | 25 |
| Octal | 213 | 60 | 167 | 0 | 101 | 16 | 55 | 471 | 61 | 45 |
| Binary | 10001011 | 110000 | 1110111 | 0 | 1000001 | 1110 | 101101 | 100111001 | 110001 | 100101 |
Color Harmonies of #8B3077
Complementary color
Monochromatic Colors of #8B3077
Black with #8B3077
Text Example
Text Example
White with #8B3077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3077; }
p { color: rgb(139,48,119); }
H1.HeaderClassName
{
color: #8B3077;
}
.AnyTagClassName
{
color: #8B3077;
}
</style>
background-color css
<style>
a { background-color: #8B3077; }
a { background-color: rgb(139,48,119); }
div.DivClassName
{
background-color: #8B3077;
}
.BgClassName
{
background-color: #8B3077;
}
</style>
border-color css
<style>
span { border-color: #8B3077; }
span { border-color: rgb(139,48,119); }
td.TdClassName
{
border-color: #8B3077;
}
.TagClassName
{
border-color: #8B3077;
}
</style>