Shades of Dark Purple #883D78
Tints of Dark Purple #883D78
RGB
CMYK
RGB Variations
Color information
#883D78 (or 0x883D78) is known color: Dark Purple. HEX triplet: 88, 3D and 78. RGB value is (136,61,120). Sum of RGB (Red+Green+Blue) = 136+61+120=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #883D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D78 is #77C287. Grayscale: #595959. Windows color (decimal): -7848584 or 7880072. OLE color: 7880072.
HSL color Cylindrical-coordinate representation of color #883D78: hue angle of 312.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D78 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 120 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.47 |
| HSL | 312.8º | 0.38% | 0.39% | - |
| HSV(B) | 312.8º | 0.55% | 0.53% | - |
| XYZ | 15.21 | 9.93 | 18.88 | - |
| YUV | 90.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 120 | 0 | 0.55 | 0.12 | 0.47 | 312.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 78 | 0 | 37 | C | 2F | 139 | 26 | 27 |
| Octal | 210 | 75 | 170 | 0 | 67 | 14 | 57 | 471 | 46 | 47 |
| Binary | 10001000 | 111101 | 1111000 | 0 | 110111 | 1100 | 101111 | 100111001 | 100110 | 100111 |
Color Harmonies of #883D78
Complementary color
Monochromatic Colors of #883D78
Black with #883D78
Text Example
Text Example
White with #883D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D78; }
p { color: rgb(136,61,120); }
H1.HeaderClassName
{
color: #883D78;
}
.AnyTagClassName
{
color: #883D78;
}
</style>
background-color css
<style>
a { background-color: #883D78; }
a { background-color: rgb(136,61,120); }
div.DivClassName
{
background-color: #883D78;
}
.BgClassName
{
background-color: #883D78;
}
</style>
border-color css
<style>
span { border-color: #883D78; }
span { border-color: rgb(136,61,120); }
td.TdClassName
{
border-color: #883D78;
}
.TagClassName
{
border-color: #883D78;
}
</style>