Shades of Dark Purple #883D7B
Tints of Dark Purple #883D7B
RGB
CMYK
RGB Variations
Color information
#883D7B (or 0x883D7B) is known color: Dark Purple. HEX triplet: 88, 3D and 7B. RGB value is (136,61,123). Sum of RGB (Red+Green+Blue) = 136+61+123=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D7B is #77C284. Grayscale: #5A5A5A. Windows color (decimal): -7848581 or 8076680. OLE color: 8076680.
HSL color Cylindrical-coordinate representation of color #883D7B: hue angle of 310.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D7B is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 123 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.47 |
| HSL | 310.4º | 0.38% | 0.39% | - |
| HSV(B) | 310.4º | 0.55% | 0.53% | - |
| XYZ | 15.4 | 10 | 19.86 | - |
| YUV | 90.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 123 | 0 | 0.55 | 0.10 | 0.47 | 310.4 | 0.38 | 0.39 |
| Hex | 88 | 3D | 7B | 0 | 37 | A | 2F | 136 | 26 | 27 |
| Octal | 210 | 75 | 173 | 0 | 67 | 12 | 57 | 466 | 46 | 47 |
| Binary | 10001000 | 111101 | 1111011 | 0 | 110111 | 1010 | 101111 | 100110110 | 100110 | 100111 |
Color Harmonies of #883D7B
Complementary color
Monochromatic Colors of #883D7B
Black with #883D7B
Text Example
Text Example
White with #883D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D7B; }
p { color: rgb(136,61,123); }
H1.HeaderClassName
{
color: #883D7B;
}
.AnyTagClassName
{
color: #883D7B;
}
</style>
background-color css
<style>
a { background-color: #883D7B; }
a { background-color: rgb(136,61,123); }
div.DivClassName
{
background-color: #883D7B;
}
.BgClassName
{
background-color: #883D7B;
}
</style>
border-color css
<style>
span { border-color: #883D7B; }
span { border-color: rgb(136,61,123); }
td.TdClassName
{
border-color: #883D7B;
}
.TagClassName
{
border-color: #883D7B;
}
</style>