Shades of Dark Purple #883C7A
Tints of Dark Purple #883C7A
RGB
CMYK
RGB Variations
Color information
#883C7A (or 0x883C7A) is known color: Dark Purple. HEX triplet: 88, 3C and 7A. RGB value is (136,60,122). Sum of RGB (Red+Green+Blue) = 136+60+122=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C7A is #77C385. Grayscale: #595959. Windows color (decimal): -7848838 or 8010888. OLE color: 8010888.
HSL color Cylindrical-coordinate representation of color #883C7A: hue angle of 311.05º 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 #883C7A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 122 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.47 |
| HSL | 311.05º | 0.39% | 0.38% | - |
| HSV(B) | 311.05º | 0.56% | 0.53% | - |
| XYZ | 15.28 | 9.87 | 19.51 | - |
| YUV | 89.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 122 | 0 | 0.56 | 0.10 | 0.47 | 311.05 | 0.39 | 0.38 |
| Hex | 88 | 3C | 7A | 0 | 38 | A | 2F | 137 | 27 | 26 |
| Octal | 210 | 74 | 172 | 0 | 70 | 12 | 57 | 467 | 47 | 46 |
| Binary | 10001000 | 111100 | 1111010 | 0 | 111000 | 1010 | 101111 | 100110111 | 100111 | 100110 |
Color Harmonies of #883C7A
Complementary color
Monochromatic Colors of #883C7A
Black with #883C7A
Text Example
Text Example
White with #883C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C7A; }
p { color: rgb(136,60,122); }
H1.HeaderClassName
{
color: #883C7A;
}
.AnyTagClassName
{
color: #883C7A;
}
</style>
background-color css
<style>
a { background-color: #883C7A; }
a { background-color: rgb(136,60,122); }
div.DivClassName
{
background-color: #883C7A;
}
.BgClassName
{
background-color: #883C7A;
}
</style>
border-color css
<style>
span { border-color: #883C7A; }
span { border-color: rgb(136,60,122); }
td.TdClassName
{
border-color: #883C7A;
}
.TagClassName
{
border-color: #883C7A;
}
</style>