Shades of Dark Purple #8B3F78
Tints of Dark Purple #8B3F78
RGB
CMYK
RGB Variations
Color information
#8B3F78 (or 0x8B3F78) is known color: Dark Purple. HEX triplet: 8B, 3F and 78. RGB value is (139,63,120). Sum of RGB (Red+Green+Blue) = 139+63+120=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F78 is #74C087. Grayscale: #5C5C5C. Windows color (decimal): -7651464 or 7880587. OLE color: 7880587.
HSL color Cylindrical-coordinate representation of color #8B3F78: hue angle of 315º 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 #8B3F78 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 120 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.45 |
| HSL | 315º | 0.38% | 0.4% | - |
| HSV(B) | 315º | 0.55% | 0.55% | - |
| XYZ | 15.82 | 10.4 | 18.94 | - |
| YUV | 92.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 120 | 0 | 0.55 | 0.14 | 0.45 | 315 | 0.38 | 0.4 |
| Hex | 8B | 3F | 78 | 0 | 37 | E | 2D | 13B | 26 | 28 |
| Octal | 213 | 77 | 170 | 0 | 67 | 16 | 55 | 473 | 46 | 50 |
| Binary | 10001011 | 111111 | 1111000 | 0 | 110111 | 1110 | 101101 | 100111011 | 100110 | 101000 |
Color Harmonies of #8B3F78
Complementary color
Monochromatic Colors of #8B3F78
Black with #8B3F78
Text Example
Text Example
White with #8B3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F78; }
p { color: rgb(139,63,120); }
H1.HeaderClassName
{
color: #8B3F78;
}
.AnyTagClassName
{
color: #8B3F78;
}
</style>
background-color css
<style>
a { background-color: #8B3F78; }
a { background-color: rgb(139,63,120); }
div.DivClassName
{
background-color: #8B3F78;
}
.BgClassName
{
background-color: #8B3F78;
}
</style>
border-color css
<style>
span { border-color: #8B3F78; }
span { border-color: rgb(139,63,120); }
td.TdClassName
{
border-color: #8B3F78;
}
.TagClassName
{
border-color: #8B3F78;
}
</style>