Shades of Dark Purple #883C7B
Tints of Dark Purple #883C7B
RGB
CMYK
RGB Variations
Color information
#883C7B (or 0x883C7B) is known color: Dark Purple. HEX triplet: 88, 3C and 7B. RGB value is (136,60,123). Sum of RGB (Red+Green+Blue) = 136+60+123=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #883C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C7B is #77C384. Grayscale: #595959. Windows color (decimal): -7848837 or 8076424. OLE color: 8076424.
HSL color Cylindrical-coordinate representation of color #883C7B: hue angle of 310.26º 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 #883C7B is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 123 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.47 |
| HSL | 310.26º | 0.39% | 0.38% | - |
| HSV(B) | 310.26º | 0.56% | 0.53% | - |
| XYZ | 15.34 | 9.9 | 19.84 | - |
| YUV | 89.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 123 | 0 | 0.56 | 0.10 | 0.47 | 310.26 | 0.39 | 0.38 |
| Hex | 88 | 3C | 7B | 0 | 38 | A | 2F | 136 | 27 | 26 |
| Octal | 210 | 74 | 173 | 0 | 70 | 12 | 57 | 466 | 47 | 46 |
| Binary | 10001000 | 111100 | 1111011 | 0 | 111000 | 1010 | 101111 | 100110110 | 100111 | 100110 |
Color Harmonies of #883C7B
Complementary color
Monochromatic Colors of #883C7B
Black with #883C7B
Text Example
Text Example
White with #883C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C7B; }
p { color: rgb(136,60,123); }
H1.HeaderClassName
{
color: #883C7B;
}
.AnyTagClassName
{
color: #883C7B;
}
</style>
background-color css
<style>
a { background-color: #883C7B; }
a { background-color: rgb(136,60,123); }
div.DivClassName
{
background-color: #883C7B;
}
.BgClassName
{
background-color: #883C7B;
}
</style>
border-color css
<style>
span { border-color: #883C7B; }
span { border-color: rgb(136,60,123); }
td.TdClassName
{
border-color: #883C7B;
}
.TagClassName
{
border-color: #883C7B;
}
</style>