Shades of Dark Purple #883775
Tints of Dark Purple #883775
RGB
CMYK
RGB Variations
Color information
#883775 (or 0x883775) is known color: Dark Purple. HEX triplet: 88, 37 and 75. RGB value is (136,55,117). Sum of RGB (Red+Green+Blue) = 136+55+117=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883775 is #77C88A. Grayscale: #565656. Windows color (decimal): -7850123 or 7681928. OLE color: 7681928.
HSL color Cylindrical-coordinate representation of color #883775: hue angle of 314.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883775 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 55 | 117 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.47 |
| HSL | 314.07º | 0.42% | 0.37% | - |
| HSV(B) | 314.07º | 0.6% | 0.53% | - |
| XYZ | 14.73 | 9.25 | 17.84 | - |
| YUV | 86.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 117 | 0 | 0.60 | 0.14 | 0.47 | 314.07 | 0.42 | 0.37 |
| Hex | 88 | 37 | 75 | 0 | 3C | E | 2F | 13A | 2A | 25 |
| Octal | 210 | 67 | 165 | 0 | 74 | 16 | 57 | 472 | 52 | 45 |
| Binary | 10001000 | 110111 | 1110101 | 0 | 111100 | 1110 | 101111 | 100111010 | 101010 | 100101 |
Color Harmonies of #883775
Complementary color
Monochromatic Colors of #883775
Black with #883775
Text Example
Text Example
White with #883775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883775; }
p { color: rgb(136,55,117); }
H1.HeaderClassName
{
color: #883775;
}
.AnyTagClassName
{
color: #883775;
}
</style>
background-color css
<style>
a { background-color: #883775; }
a { background-color: rgb(136,55,117); }
div.DivClassName
{
background-color: #883775;
}
.BgClassName
{
background-color: #883775;
}
</style>
border-color css
<style>
span { border-color: #883775; }
span { border-color: rgb(136,55,117); }
td.TdClassName
{
border-color: #883775;
}
.TagClassName
{
border-color: #883775;
}
</style>