Shades of Dark Purple #883B7B
Tints of Dark Purple #883B7B
RGB
CMYK
RGB Variations
Color information
#883B7B (or 0x883B7B) is known color: Dark Purple. HEX triplet: 88, 3B and 7B. RGB value is (136,59,123). Sum of RGB (Red+Green+Blue) = 136+59+123=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B7B is #77C484. Grayscale: #595959. Windows color (decimal): -7849093 or 8076168. OLE color: 8076168.
HSL color Cylindrical-coordinate representation of color #883B7B: hue angle of 310.13º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B7B is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 123 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.47 |
| HSL | 310.13º | 0.39% | 0.38% | - |
| HSV(B) | 310.13º | 0.57% | 0.53% | - |
| XYZ | 15.29 | 9.79 | 19.82 | - |
| YUV | 89.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 123 | 0 | 0.57 | 0.10 | 0.47 | 310.13 | 0.39 | 0.38 |
| Hex | 88 | 3B | 7B | 0 | 39 | A | 2F | 136 | 27 | 26 |
| Octal | 210 | 73 | 173 | 0 | 71 | 12 | 57 | 466 | 47 | 46 |
| Binary | 10001000 | 111011 | 1111011 | 0 | 111001 | 1010 | 101111 | 100110110 | 100111 | 100110 |
Color Harmonies of #883B7B
Complementary color
Monochromatic Colors of #883B7B
Black with #883B7B
Text Example
Text Example
White with #883B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B7B; }
p { color: rgb(136,59,123); }
H1.HeaderClassName
{
color: #883B7B;
}
.AnyTagClassName
{
color: #883B7B;
}
</style>
background-color css
<style>
a { background-color: #883B7B; }
a { background-color: rgb(136,59,123); }
div.DivClassName
{
background-color: #883B7B;
}
.BgClassName
{
background-color: #883B7B;
}
</style>
border-color css
<style>
span { border-color: #883B7B; }
span { border-color: rgb(136,59,123); }
td.TdClassName
{
border-color: #883B7B;
}
.TagClassName
{
border-color: #883B7B;
}
</style>