Shades of Dark Purple #883C7F
Tints of Dark Purple #883C7F
RGB
CMYK
RGB Variations
Color information
#883C7F (or 0x883C7F) is known color: Dark Purple. HEX triplet: 88, 3C and 7F. RGB value is (136,60,127). Sum of RGB (Red+Green+Blue) = 136+60+127=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #883C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C7F is #77C380. Grayscale: #5A5A5A. Windows color (decimal): -7848833 or 8338568. OLE color: 8338568.
HSL color Cylindrical-coordinate representation of color #883C7F: hue angle of 307.11º 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 #883C7F is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 127 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.47 |
| HSL | 307.11º | 0.39% | 0.38% | - |
| HSV(B) | 307.11º | 0.56% | 0.53% | - |
| XYZ | 15.6 | 10 | 21.19 | - |
| YUV | 90.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 127 | 0 | 0.56 | 0.07 | 0.47 | 307.11 | 0.39 | 0.38 |
| Hex | 88 | 3C | 7F | 0 | 38 | 7 | 2F | 133 | 27 | 26 |
| Octal | 210 | 74 | 177 | 0 | 70 | 7 | 57 | 463 | 47 | 46 |
| Binary | 10001000 | 111100 | 1111111 | 0 | 111000 | 111 | 101111 | 100110011 | 100111 | 100110 |
Color Harmonies of #883C7F
Complementary color
Monochromatic Colors of #883C7F
Black with #883C7F
Text Example
Text Example
White with #883C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C7F; }
p { color: rgb(136,60,127); }
H1.HeaderClassName
{
color: #883C7F;
}
.AnyTagClassName
{
color: #883C7F;
}
</style>
background-color css
<style>
a { background-color: #883C7F; }
a { background-color: rgb(136,60,127); }
div.DivClassName
{
background-color: #883C7F;
}
.BgClassName
{
background-color: #883C7F;
}
</style>
border-color css
<style>
span { border-color: #883C7F; }
span { border-color: rgb(136,60,127); }
td.TdClassName
{
border-color: #883C7F;
}
.TagClassName
{
border-color: #883C7F;
}
</style>