Shades of Dark Purple #883873
Tints of Dark Purple #883873
RGB
CMYK
RGB Variations
Color information
#883873 (or 0x883873) is known color: Dark Purple. HEX triplet: 88, 38 and 73. RGB value is (136,56,115). Sum of RGB (Red+Green+Blue) = 136+56+115=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #883873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883873 is #77C78C. Grayscale: #565656. Windows color (decimal): -7849869 or 7551112. OLE color: 7551112.
HSL color Cylindrical-coordinate representation of color #883873: hue angle of 315.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #883873 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 56 | 115 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.47 |
| HSL | 315.75º | 0.42% | 0.38% | - |
| HSV(B) | 315.75º | 0.59% | 0.53% | - |
| XYZ | 14.66 | 9.3 | 17.24 | - |
| YUV | 86.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 115 | 0 | 0.59 | 0.15 | 0.47 | 315.75 | 0.42 | 0.38 |
| Hex | 88 | 38 | 73 | 0 | 3B | F | 2F | 13C | 2A | 26 |
| Octal | 210 | 70 | 163 | 0 | 73 | 17 | 57 | 474 | 52 | 46 |
| Binary | 10001000 | 111000 | 1110011 | 0 | 111011 | 1111 | 101111 | 100111100 | 101010 | 100110 |
Color Harmonies of #883873
Complementary color
Monochromatic Colors of #883873
Black with #883873
Text Example
Text Example
White with #883873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883873; }
p { color: rgb(136,56,115); }
H1.HeaderClassName
{
color: #883873;
}
.AnyTagClassName
{
color: #883873;
}
</style>
background-color css
<style>
a { background-color: #883873; }
a { background-color: rgb(136,56,115); }
div.DivClassName
{
background-color: #883873;
}
.BgClassName
{
background-color: #883873;
}
</style>
border-color css
<style>
span { border-color: #883873; }
span { border-color: rgb(136,56,115); }
td.TdClassName
{
border-color: #883873;
}
.TagClassName
{
border-color: #883873;
}
</style>