Shades of Dark Purple #883A7F
Tints of Dark Purple #883A7F
RGB
CMYK
RGB Variations
Color information
#883A7F (or 0x883A7F) is known color: Dark Purple. HEX triplet: 88, 3A and 7F. RGB value is (136,58,127). Sum of RGB (Red+Green+Blue) = 136+58+127=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A7F is #77C580. Grayscale: #585858. Windows color (decimal): -7849345 or 8338056. OLE color: 8338056.
HSL color Cylindrical-coordinate representation of color #883A7F: hue angle of 306.92º 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 #883A7F is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 127 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.47 |
| HSL | 306.92º | 0.4% | 0.38% | - |
| HSV(B) | 306.92º | 0.57% | 0.53% | - |
| XYZ | 15.5 | 9.79 | 21.15 | - |
| YUV | 89.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 127 | 0 | 0.57 | 0.07 | 0.47 | 306.92 | 0.4 | 0.38 |
| Hex | 88 | 3A | 7F | 0 | 39 | 7 | 2F | 133 | 28 | 26 |
| Octal | 210 | 72 | 177 | 0 | 71 | 7 | 57 | 463 | 50 | 46 |
| Binary | 10001000 | 111010 | 1111111 | 0 | 111001 | 111 | 101111 | 100110011 | 101000 | 100110 |
Color Harmonies of #883A7F
Complementary color
Monochromatic Colors of #883A7F
Black with #883A7F
Text Example
Text Example
White with #883A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A7F; }
p { color: rgb(136,58,127); }
H1.HeaderClassName
{
color: #883A7F;
}
.AnyTagClassName
{
color: #883A7F;
}
</style>
background-color css
<style>
a { background-color: #883A7F; }
a { background-color: rgb(136,58,127); }
div.DivClassName
{
background-color: #883A7F;
}
.BgClassName
{
background-color: #883A7F;
}
</style>
border-color css
<style>
span { border-color: #883A7F; }
span { border-color: rgb(136,58,127); }
td.TdClassName
{
border-color: #883A7F;
}
.TagClassName
{
border-color: #883A7F;
}
</style>