Shades of Dark Purple #883A7A
Tints of Dark Purple #883A7A
RGB
CMYK
RGB Variations
Color information
#883A7A (or 0x883A7A) is known color: Dark Purple. HEX triplet: 88, 3A and 7A. RGB value is (136,58,122). Sum of RGB (Red+Green+Blue) = 136+58+122=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #883A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A7A is #77C585. Grayscale: #585858. Windows color (decimal): -7849350 or 8010376. OLE color: 8010376.
HSL color Cylindrical-coordinate representation of color #883A7A: hue angle of 310.77º degrees, saturation: 0.4, 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 #883A7A is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 122 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.47 |
| HSL | 310.77º | 0.4% | 0.38% | - |
| HSV(B) | 310.77º | 0.57% | 0.53% | - |
| XYZ | 15.18 | 9.67 | 19.48 | - |
| YUV | 88.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 122 | 0 | 0.57 | 0.10 | 0.47 | 310.77 | 0.4 | 0.38 |
| Hex | 88 | 3A | 7A | 0 | 39 | A | 2F | 137 | 28 | 26 |
| Octal | 210 | 72 | 172 | 0 | 71 | 12 | 57 | 467 | 50 | 46 |
| Binary | 10001000 | 111010 | 1111010 | 0 | 111001 | 1010 | 101111 | 100110111 | 101000 | 100110 |
Color Harmonies of #883A7A
Complementary color
Monochromatic Colors of #883A7A
Black with #883A7A
Text Example
Text Example
White with #883A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A7A; }
p { color: rgb(136,58,122); }
H1.HeaderClassName
{
color: #883A7A;
}
.AnyTagClassName
{
color: #883A7A;
}
</style>
background-color css
<style>
a { background-color: #883A7A; }
a { background-color: rgb(136,58,122); }
div.DivClassName
{
background-color: #883A7A;
}
.BgClassName
{
background-color: #883A7A;
}
</style>
border-color css
<style>
span { border-color: #883A7A; }
span { border-color: rgb(136,58,122); }
td.TdClassName
{
border-color: #883A7A;
}
.TagClassName
{
border-color: #883A7A;
}
</style>