Shades of Dark Purple #8D2064
Tints of Dark Purple #8D2064
RGB
CMYK
RGB Variations
Color information
#8D2064 (or 0x8D2064) is known color: Dark Purple. HEX triplet: 8D, 20 and 64. RGB value is (141,32,100). Sum of RGB (Red+Green+Blue) = 141+32+100=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2064 is #72DF9B. Grayscale: #484848. Windows color (decimal): -7528348 or 6561933. OLE color: 6561933.
HSL color Cylindrical-coordinate representation of color #8D2064: hue angle of 322.57º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2064 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 32 | 100 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.45 |
| HSL | 322.57º | 0.63% | 0.34% | - |
| HSV(B) | 322.57º | 0.77% | 0.55% | - |
| XYZ | 13.8 | 7.62 | 12.8 | - |
| YUV | 72.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 32 | 100 | 0 | 0.77 | 0.29 | 0.45 | 322.57 | 0.63 | 0.34 |
| Hex | 8D | 20 | 64 | 0 | 4D | 1D | 2D | 143 | 3F | 22 |
| Octal | 215 | 40 | 144 | 0 | 115 | 35 | 55 | 503 | 77 | 42 |
| Binary | 10001101 | 100000 | 1100100 | 0 | 1001101 | 11101 | 101101 | 101000011 | 111111 | 100010 |
Color Harmonies of #8D2064
Complementary color
Monochromatic Colors of #8D2064
Black with #8D2064
Text Example
Text Example
White with #8D2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2064; }
p { color: rgb(141,32,100); }
H1.HeaderClassName
{
color: #8D2064;
}
.AnyTagClassName
{
color: #8D2064;
}
</style>
background-color css
<style>
a { background-color: #8D2064; }
a { background-color: rgb(141,32,100); }
div.DivClassName
{
background-color: #8D2064;
}
.BgClassName
{
background-color: #8D2064;
}
</style>
border-color css
<style>
span { border-color: #8D2064; }
span { border-color: rgb(141,32,100); }
td.TdClassName
{
border-color: #8D2064;
}
.TagClassName
{
border-color: #8D2064;
}
</style>