Shades of Dark Purple #8B3777
Tints of Dark Purple #8B3777
RGB
CMYK
RGB Variations
Color information
#8B3777 (or 0x8B3777) is known color: Dark Purple. HEX triplet: 8B, 37 and 77. RGB value is (139,55,119). Sum of RGB (Red+Green+Blue) = 139+55+119=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3777 is #74C888. Grayscale: #575757. Windows color (decimal): -7653513 or 7813003. OLE color: 7813003.
HSL color Cylindrical-coordinate representation of color #8B3777: hue angle of 314.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 #8B3777 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 119 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.45 |
| HSL | 314.29º | 0.43% | 0.38% | - |
| HSV(B) | 314.29º | 0.6% | 0.55% | - |
| XYZ | 15.34 | 9.55 | 18.49 | - |
| YUV | 87.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 119 | 0 | 0.60 | 0.14 | 0.45 | 314.29 | 0.43 | 0.38 |
| Hex | 8B | 37 | 77 | 0 | 3C | E | 2D | 13A | 2B | 26 |
| Octal | 213 | 67 | 167 | 0 | 74 | 16 | 55 | 472 | 53 | 46 |
| Binary | 10001011 | 110111 | 1110111 | 0 | 111100 | 1110 | 101101 | 100111010 | 101011 | 100110 |
Color Harmonies of #8B3777
Complementary color
Monochromatic Colors of #8B3777
Black with #8B3777
Text Example
Text Example
White with #8B3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3777; }
p { color: rgb(139,55,119); }
H1.HeaderClassName
{
color: #8B3777;
}
.AnyTagClassName
{
color: #8B3777;
}
</style>
background-color css
<style>
a { background-color: #8B3777; }
a { background-color: rgb(139,55,119); }
div.DivClassName
{
background-color: #8B3777;
}
.BgClassName
{
background-color: #8B3777;
}
</style>
border-color css
<style>
span { border-color: #8B3777; }
span { border-color: rgb(139,55,119); }
td.TdClassName
{
border-color: #8B3777;
}
.TagClassName
{
border-color: #8B3777;
}
</style>