Shades of Dark Purple #883B7D
Tints of Dark Purple #883B7D
RGB
CMYK
RGB Variations
Color information
#883B7D (or 0x883B7D) is known color: Dark Purple. HEX triplet: 88, 3B and 7D. RGB value is (136,59,125). Sum of RGB (Red+Green+Blue) = 136+59+125=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B7D is #77C482. Grayscale: #595959. Windows color (decimal): -7849091 or 8207240. OLE color: 8207240.
HSL color Cylindrical-coordinate representation of color #883B7D: hue angle of 308.57º 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 #883B7D is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 125 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.47 |
| HSL | 308.57º | 0.39% | 0.38% | - |
| HSV(B) | 308.57º | 0.57% | 0.53% | - |
| XYZ | 15.42 | 9.84 | 20.49 | - |
| YUV | 89.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 125 | 0 | 0.57 | 0.08 | 0.47 | 308.57 | 0.39 | 0.38 |
| Hex | 88 | 3B | 7D | 0 | 39 | 8 | 2F | 135 | 27 | 26 |
| Octal | 210 | 73 | 175 | 0 | 71 | 10 | 57 | 465 | 47 | 46 |
| Binary | 10001000 | 111011 | 1111101 | 0 | 111001 | 1000 | 101111 | 100110101 | 100111 | 100110 |
Color Harmonies of #883B7D
Complementary color
Monochromatic Colors of #883B7D
Black with #883B7D
Text Example
Text Example
White with #883B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B7D; }
p { color: rgb(136,59,125); }
H1.HeaderClassName
{
color: #883B7D;
}
.AnyTagClassName
{
color: #883B7D;
}
</style>
background-color css
<style>
a { background-color: #883B7D; }
a { background-color: rgb(136,59,125); }
div.DivClassName
{
background-color: #883B7D;
}
.BgClassName
{
background-color: #883B7D;
}
</style>
border-color css
<style>
span { border-color: #883B7D; }
span { border-color: rgb(136,59,125); }
td.TdClassName
{
border-color: #883B7D;
}
.TagClassName
{
border-color: #883B7D;
}
</style>