Shades of Dark Purple #8B3379
Tints of Dark Purple #8B3379
RGB
CMYK
RGB Variations
Color information
#8B3379 (or 0x8B3379) is known color: Dark Purple. HEX triplet: 8B, 33 and 79. RGB value is (139,51,121). Sum of RGB (Red+Green+Blue) = 139+51+121=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3379 is #74CC86. Grayscale: #555555. Windows color (decimal): -7654535 or 7943051. OLE color: 7943051.
HSL color Cylindrical-coordinate representation of color #8B3379: hue angle of 312.27º 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 #8B3379 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 121 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.45 |
| HSL | 312.27º | 0.46% | 0.37% | - |
| HSV(B) | 312.27º | 0.63% | 0.55% | - |
| XYZ | 15.28 | 9.24 | 19.07 | - |
| YUV | 85.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 121 | 0 | 0.63 | 0.13 | 0.45 | 312.27 | 0.46 | 0.37 |
| Hex | 8B | 33 | 79 | 0 | 3F | D | 2D | 138 | 2E | 25 |
| Octal | 213 | 63 | 171 | 0 | 77 | 15 | 55 | 470 | 56 | 45 |
| Binary | 10001011 | 110011 | 1111001 | 0 | 111111 | 1101 | 101101 | 100111000 | 101110 | 100101 |
Color Harmonies of #8B3379
Complementary color
Monochromatic Colors of #8B3379
Black with #8B3379
Text Example
Text Example
White with #8B3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3379; }
p { color: rgb(139,51,121); }
H1.HeaderClassName
{
color: #8B3379;
}
.AnyTagClassName
{
color: #8B3379;
}
</style>
background-color css
<style>
a { background-color: #8B3379; }
a { background-color: rgb(139,51,121); }
div.DivClassName
{
background-color: #8B3379;
}
.BgClassName
{
background-color: #8B3379;
}
</style>
border-color css
<style>
span { border-color: #8B3379; }
span { border-color: rgb(139,51,121); }
td.TdClassName
{
border-color: #8B3379;
}
.TagClassName
{
border-color: #8B3379;
}
</style>