Shades of Dark Purple #883B70
Tints of Dark Purple #883B70
RGB
CMYK
RGB Variations
Color information
#883B70 (or 0x883B70) is known color: Dark Purple. HEX triplet: 88, 3B and 70. RGB value is (136,59,112). Sum of RGB (Red+Green+Blue) = 136+59+112=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #883B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B70 is #77C48F. Grayscale: #575757. Windows color (decimal): -7849104 or 7355272. OLE color: 7355272.
HSL color Cylindrical-coordinate representation of color #883B70: hue angle of 318.7º 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 #883B70 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 112 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.47 |
| HSL | 318.7º | 0.39% | 0.38% | - |
| HSV(B) | 318.7º | 0.57% | 0.53% | - |
| XYZ | 14.64 | 9.53 | 16.4 | - |
| YUV | 88.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 112 | 0 | 0.57 | 0.18 | 0.47 | 318.7 | 0.39 | 0.38 |
| Hex | 88 | 3B | 70 | 0 | 39 | 12 | 2F | 13F | 27 | 26 |
| Octal | 210 | 73 | 160 | 0 | 71 | 22 | 57 | 477 | 47 | 46 |
| Binary | 10001000 | 111011 | 1110000 | 0 | 111001 | 10010 | 101111 | 100111111 | 100111 | 100110 |
Color Harmonies of #883B70
Complementary color
Monochromatic Colors of #883B70
Black with #883B70
Text Example
Text Example
White with #883B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B70; }
p { color: rgb(136,59,112); }
H1.HeaderClassName
{
color: #883B70;
}
.AnyTagClassName
{
color: #883B70;
}
</style>
background-color css
<style>
a { background-color: #883B70; }
a { background-color: rgb(136,59,112); }
div.DivClassName
{
background-color: #883B70;
}
.BgClassName
{
background-color: #883B70;
}
</style>
border-color css
<style>
span { border-color: #883B70; }
span { border-color: rgb(136,59,112); }
td.TdClassName
{
border-color: #883B70;
}
.TagClassName
{
border-color: #883B70;
}
</style>