Shades of Dark Purple #883B78
Tints of Dark Purple #883B78
RGB
CMYK
RGB Variations
Color information
#883B78 (or 0x883B78) is known color: Dark Purple. HEX triplet: 88, 3B and 78. RGB value is (136,59,120). Sum of RGB (Red+Green+Blue) = 136+59+120=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B78 is #77C487. Grayscale: #585858. Windows color (decimal): -7849096 or 7879560. OLE color: 7879560.
HSL color Cylindrical-coordinate representation of color #883B78: hue angle of 312.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B78 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 120 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.47 |
| HSL | 312.47º | 0.39% | 0.38% | - |
| HSV(B) | 312.47º | 0.57% | 0.53% | - |
| XYZ | 15.11 | 9.72 | 18.85 | - |
| YUV | 88.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 120 | 0 | 0.57 | 0.12 | 0.47 | 312.47 | 0.39 | 0.38 |
| Hex | 88 | 3B | 78 | 0 | 39 | C | 2F | 138 | 27 | 26 |
| Octal | 210 | 73 | 170 | 0 | 71 | 14 | 57 | 470 | 47 | 46 |
| Binary | 10001000 | 111011 | 1111000 | 0 | 111001 | 1100 | 101111 | 100111000 | 100111 | 100110 |
Color Harmonies of #883B78
Complementary color
Monochromatic Colors of #883B78
Black with #883B78
Text Example
Text Example
White with #883B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B78; }
p { color: rgb(136,59,120); }
H1.HeaderClassName
{
color: #883B78;
}
.AnyTagClassName
{
color: #883B78;
}
</style>
background-color css
<style>
a { background-color: #883B78; }
a { background-color: rgb(136,59,120); }
div.DivClassName
{
background-color: #883B78;
}
.BgClassName
{
background-color: #883B78;
}
</style>
border-color css
<style>
span { border-color: #883B78; }
span { border-color: rgb(136,59,120); }
td.TdClassName
{
border-color: #883B78;
}
.TagClassName
{
border-color: #883B78;
}
</style>