Shades of Dark Purple #883B7A
Tints of Dark Purple #883B7A
RGB
CMYK
RGB Variations
Color information
#883B7A (or 0x883B7A) is known color: Dark Purple. HEX triplet: 88, 3B and 7A. RGB value is (136,59,122). Sum of RGB (Red+Green+Blue) = 136+59+122=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #883B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B7A is #77C485. Grayscale: #595959. Windows color (decimal): -7849094 or 8010632. OLE color: 8010632.
HSL color Cylindrical-coordinate representation of color #883B7A: hue angle of 310.91º 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 #883B7A is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 122 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.47 |
| HSL | 310.91º | 0.39% | 0.38% | - |
| HSV(B) | 310.91º | 0.57% | 0.53% | - |
| XYZ | 15.23 | 9.77 | 19.49 | - |
| YUV | 89.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 122 | 0 | 0.57 | 0.10 | 0.47 | 310.91 | 0.39 | 0.38 |
| Hex | 88 | 3B | 7A | 0 | 39 | A | 2F | 137 | 27 | 26 |
| Octal | 210 | 73 | 172 | 0 | 71 | 12 | 57 | 467 | 47 | 46 |
| Binary | 10001000 | 111011 | 1111010 | 0 | 111001 | 1010 | 101111 | 100110111 | 100111 | 100110 |
Color Harmonies of #883B7A
Complementary color
Monochromatic Colors of #883B7A
Black with #883B7A
Text Example
Text Example
White with #883B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B7A; }
p { color: rgb(136,59,122); }
H1.HeaderClassName
{
color: #883B7A;
}
.AnyTagClassName
{
color: #883B7A;
}
</style>
background-color css
<style>
a { background-color: #883B7A; }
a { background-color: rgb(136,59,122); }
div.DivClassName
{
background-color: #883B7A;
}
.BgClassName
{
background-color: #883B7A;
}
</style>
border-color css
<style>
span { border-color: #883B7A; }
span { border-color: rgb(136,59,122); }
td.TdClassName
{
border-color: #883B7A;
}
.TagClassName
{
border-color: #883B7A;
}
</style>