Shades of Dark Purple #884174
Tints of Dark Purple #884174
RGB
CMYK
RGB Variations
Color information
#884174 (or 0x884174) is known color: Dark Purple. HEX triplet: 88, 41 and 74. RGB value is (136,65,116). Sum of RGB (Red+Green+Blue) = 136+65+116=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884174 is #77BE8B. Grayscale: #5B5B5B. Windows color (decimal): -7847564 or 7618952. OLE color: 7618952.
HSL color Cylindrical-coordinate representation of color #884174: hue angle of 316.9º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884174 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 116 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.47 |
| HSL | 316.9º | 0.35% | 0.39% | - |
| HSV(B) | 316.9º | 0.52% | 0.53% | - |
| XYZ | 15.2 | 10.28 | 17.71 | - |
| YUV | 92.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 116 | 0 | 0.52 | 0.15 | 0.47 | 316.9 | 0.35 | 0.39 |
| Hex | 88 | 41 | 74 | 0 | 34 | F | 2F | 13D | 23 | 27 |
| Octal | 210 | 101 | 164 | 0 | 64 | 17 | 57 | 475 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1110100 | 0 | 110100 | 1111 | 101111 | 100111101 | 100011 | 100111 |
Color Harmonies of #884174
Complementary color
Monochromatic Colors of #884174
Black with #884174
Text Example
Text Example
White with #884174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884174; }
p { color: rgb(136,65,116); }
H1.HeaderClassName
{
color: #884174;
}
.AnyTagClassName
{
color: #884174;
}
</style>
background-color css
<style>
a { background-color: #884174; }
a { background-color: rgb(136,65,116); }
div.DivClassName
{
background-color: #884174;
}
.BgClassName
{
background-color: #884174;
}
</style>
border-color css
<style>
span { border-color: #884174; }
span { border-color: rgb(136,65,116); }
td.TdClassName
{
border-color: #884174;
}
.TagClassName
{
border-color: #884174;
}
</style>