Shades of Dark Purple #883678
Tints of Dark Purple #883678
RGB
CMYK
RGB Variations
Color information
#883678 (or 0x883678) is known color: Dark Purple. HEX triplet: 88, 36 and 78. RGB value is (136,54,120). Sum of RGB (Red+Green+Blue) = 136+54+120=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #883678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883678 is #77C987. Grayscale: #555555. Windows color (decimal): -7850376 or 7878280. OLE color: 7878280.
HSL color Cylindrical-coordinate representation of color #883678: hue angle of 311.71º degrees, saturation: 0.43, 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 #883678 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 54 | 120 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.47 |
| HSL | 311.71º | 0.43% | 0.37% | - |
| HSV(B) | 311.71º | 0.6% | 0.53% | - |
| XYZ | 14.86 | 9.23 | 18.77 | - |
| YUV | 86.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 120 | 0 | 0.60 | 0.12 | 0.47 | 311.71 | 0.43 | 0.37 |
| Hex | 88 | 36 | 78 | 0 | 3C | C | 2F | 138 | 2B | 25 |
| Octal | 210 | 66 | 170 | 0 | 74 | 14 | 57 | 470 | 53 | 45 |
| Binary | 10001000 | 110110 | 1111000 | 0 | 111100 | 1100 | 101111 | 100111000 | 101011 | 100101 |
Color Harmonies of #883678
Complementary color
Monochromatic Colors of #883678
Black with #883678
Text Example
Text Example
White with #883678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883678; }
p { color: rgb(136,54,120); }
H1.HeaderClassName
{
color: #883678;
}
.AnyTagClassName
{
color: #883678;
}
</style>
background-color css
<style>
a { background-color: #883678; }
a { background-color: rgb(136,54,120); }
div.DivClassName
{
background-color: #883678;
}
.BgClassName
{
background-color: #883678;
}
</style>
border-color css
<style>
span { border-color: #883678; }
span { border-color: rgb(136,54,120); }
td.TdClassName
{
border-color: #883678;
}
.TagClassName
{
border-color: #883678;
}
</style>