Shades of Dark Purple #883C77
Tints of Dark Purple #883C77
RGB
CMYK
RGB Variations
Color information
#883C77 (or 0x883C77) is known color: Dark Purple. HEX triplet: 88, 3C and 77. RGB value is (136,60,119). Sum of RGB (Red+Green+Blue) = 136+60+119=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C77 is #77C388. Grayscale: #595959. Windows color (decimal): -7848841 or 7814280. OLE color: 7814280.
HSL color Cylindrical-coordinate representation of color #883C77: hue angle of 313.42º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C77 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 119 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.47 |
| HSL | 313.42º | 0.39% | 0.38% | - |
| HSV(B) | 313.42º | 0.56% | 0.53% | - |
| XYZ | 15.1 | 9.8 | 18.55 | - |
| YUV | 89.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 119 | 0 | 0.56 | 0.12 | 0.47 | 313.42 | 0.39 | 0.38 |
| Hex | 88 | 3C | 77 | 0 | 38 | C | 2F | 139 | 27 | 26 |
| Octal | 210 | 74 | 167 | 0 | 70 | 14 | 57 | 471 | 47 | 46 |
| Binary | 10001000 | 111100 | 1110111 | 0 | 111000 | 1100 | 101111 | 100111001 | 100111 | 100110 |
Color Harmonies of #883C77
Complementary color
Monochromatic Colors of #883C77
Black with #883C77
Text Example
Text Example
White with #883C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C77; }
p { color: rgb(136,60,119); }
H1.HeaderClassName
{
color: #883C77;
}
.AnyTagClassName
{
color: #883C77;
}
</style>
background-color css
<style>
a { background-color: #883C77; }
a { background-color: rgb(136,60,119); }
div.DivClassName
{
background-color: #883C77;
}
.BgClassName
{
background-color: #883C77;
}
</style>
border-color css
<style>
span { border-color: #883C77; }
span { border-color: rgb(136,60,119); }
td.TdClassName
{
border-color: #883C77;
}
.TagClassName
{
border-color: #883C77;
}
</style>