Shades of Dark Purple #8B3F79
Tints of Dark Purple #8B3F79
RGB
CMYK
RGB Variations
Color information
#8B3F79 (or 0x8B3F79) is known color: Dark Purple. HEX triplet: 8B, 3F and 79. RGB value is (139,63,121). Sum of RGB (Red+Green+Blue) = 139+63+121=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F79 is #74C086. Grayscale: #5C5C5C. Windows color (decimal): -7651463 or 7946123. OLE color: 7946123.
HSL color Cylindrical-coordinate representation of color #8B3F79: hue angle of 314.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F79 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 121 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.45 |
| HSL | 314.21º | 0.38% | 0.4% | - |
| HSV(B) | 314.21º | 0.55% | 0.55% | - |
| XYZ | 15.88 | 10.42 | 19.26 | - |
| YUV | 92.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 121 | 0 | 0.55 | 0.13 | 0.45 | 314.21 | 0.38 | 0.4 |
| Hex | 8B | 3F | 79 | 0 | 37 | D | 2D | 13A | 26 | 28 |
| Octal | 213 | 77 | 171 | 0 | 67 | 15 | 55 | 472 | 46 | 50 |
| Binary | 10001011 | 111111 | 1111001 | 0 | 110111 | 1101 | 101101 | 100111010 | 100110 | 101000 |
Color Harmonies of #8B3F79
Complementary color
Monochromatic Colors of #8B3F79
Black with #8B3F79
Text Example
Text Example
White with #8B3F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F79; }
p { color: rgb(139,63,121); }
H1.HeaderClassName
{
color: #8B3F79;
}
.AnyTagClassName
{
color: #8B3F79;
}
</style>
background-color css
<style>
a { background-color: #8B3F79; }
a { background-color: rgb(139,63,121); }
div.DivClassName
{
background-color: #8B3F79;
}
.BgClassName
{
background-color: #8B3F79;
}
</style>
border-color css
<style>
span { border-color: #8B3F79; }
span { border-color: rgb(139,63,121); }
td.TdClassName
{
border-color: #8B3F79;
}
.TagClassName
{
border-color: #8B3F79;
}
</style>