Shades of Dark Purple #8B3377
Tints of Dark Purple #8B3377
RGB
CMYK
RGB Variations
Color information
#8B3377 (or 0x8B3377) is known color: Dark Purple. HEX triplet: 8B, 33 and 77. RGB value is (139,51,119). Sum of RGB (Red+Green+Blue) = 139+51+119=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3377 is #74CC88. Grayscale: #545454. Windows color (decimal): -7654537 or 7811979. OLE color: 7811979.
HSL color Cylindrical-coordinate representation of color #8B3377: hue angle of 313.64º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3377 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 119 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.45 |
| HSL | 313.64º | 0.46% | 0.37% | - |
| HSV(B) | 313.64º | 0.63% | 0.55% | - |
| XYZ | 15.16 | 9.19 | 18.43 | - |
| YUV | 85.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 119 | 0 | 0.63 | 0.14 | 0.45 | 313.64 | 0.46 | 0.37 |
| Hex | 8B | 33 | 77 | 0 | 3F | E | 2D | 13A | 2E | 25 |
| Octal | 213 | 63 | 167 | 0 | 77 | 16 | 55 | 472 | 56 | 45 |
| Binary | 10001011 | 110011 | 1110111 | 0 | 111111 | 1110 | 101101 | 100111010 | 101110 | 100101 |
Color Harmonies of #8B3377
Complementary color
Monochromatic Colors of #8B3377
Black with #8B3377
Text Example
Text Example
White with #8B3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3377; }
p { color: rgb(139,51,119); }
H1.HeaderClassName
{
color: #8B3377;
}
.AnyTagClassName
{
color: #8B3377;
}
</style>
background-color css
<style>
a { background-color: #8B3377; }
a { background-color: rgb(139,51,119); }
div.DivClassName
{
background-color: #8B3377;
}
.BgClassName
{
background-color: #8B3377;
}
</style>
border-color css
<style>
span { border-color: #8B3377; }
span { border-color: rgb(139,51,119); }
td.TdClassName
{
border-color: #8B3377;
}
.TagClassName
{
border-color: #8B3377;
}
</style>