Shades of Dark Purple #8C218E
Tints of Dark Purple #8C218E
RGB
CMYK
RGB Variations
Color information
#8C218E (or 0x8C218E) is known color: Dark Purple. HEX triplet: 8C, 21 and 8E. RGB value is (140,33,142). Sum of RGB (Red+Green+Blue) = 140+33+142=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C218E is #73DE71. Grayscale: #4D4D4D. Windows color (decimal): -7593586 or 9314700. OLE color: 9314700.
HSL color Cylindrical-coordinate representation of color #8C218E: hue angle of 298.9º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C218E is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 33 | 142 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.44 |
| HSL | 298.9º | 0.62% | 0.34% | - |
| HSV(B) | 298.9º | 0.77% | 0.56% | - |
| XYZ | 16.24 | 8.62 | 26.4 | - |
| YUV | 77.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 142 | 0.01 | 0.77 | 0 | 0.44 | 298.9 | 0.62 | 0.34 |
| Hex | 8C | 21 | 8E | 1 | 4D | 0 | 2C | 12B | 3E | 22 |
| Octal | 214 | 41 | 216 | 1 | 115 | 0 | 54 | 453 | 76 | 42 |
| Binary | 10001100 | 100001 | 10001110 | 1 | 1001101 | 0 | 101100 | 100101011 | 111110 | 100010 |
Color Harmonies of #8C218E
Complementary color
Monochromatic Colors of #8C218E
Black with #8C218E
Text Example
Text Example
White with #8C218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C218E; }
p { color: rgb(140,33,142); }
H1.HeaderClassName
{
color: #8C218E;
}
.AnyTagClassName
{
color: #8C218E;
}
</style>
background-color css
<style>
a { background-color: #8C218E; }
a { background-color: rgb(140,33,142); }
div.DivClassName
{
background-color: #8C218E;
}
.BgClassName
{
background-color: #8C218E;
}
</style>
border-color css
<style>
span { border-color: #8C218E; }
span { border-color: rgb(140,33,142); }
td.TdClassName
{
border-color: #8C218E;
}
.TagClassName
{
border-color: #8C218E;
}
</style>