Shades of Dark Purple #8C1E85
Tints of Dark Purple #8C1E85
RGB
CMYK
RGB Variations
Color information
#8C1E85 (or 0x8C1E85) is known color: Dark Purple. HEX triplet: 8C, 1E and 85. RGB value is (140,30,133). Sum of RGB (Red+Green+Blue) = 140+30+133=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1E85 is #73E17A. Grayscale: #4A4A4A. Windows color (decimal): -7594363 or 8724108. OLE color: 8724108.
HSL color Cylindrical-coordinate representation of color #8C1E85: hue angle of 303.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E85 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 30 | 133 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.45 |
| HSL | 303.82º | 0.65% | 0.33% | - |
| HSV(B) | 303.82º | 0.79% | 0.55% | - |
| XYZ | 15.51 | 8.2 | 22.95 | - |
| YUV | 74.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 133 | 0 | 0.79 | 0.05 | 0.45 | 303.82 | 0.65 | 0.33 |
| Hex | 8C | 1E | 85 | 0 | 4F | 5 | 2D | 130 | 41 | 21 |
| Octal | 214 | 36 | 205 | 0 | 117 | 5 | 55 | 460 | 101 | 41 |
| Binary | 10001100 | 11110 | 10000101 | 0 | 1001111 | 101 | 101101 | 100110000 | 1000001 | 100001 |
Color Harmonies of #8C1E85
Complementary color
Monochromatic Colors of #8C1E85
Black with #8C1E85
Text Example
Text Example
White with #8C1E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1E85; }
p { color: rgb(140,30,133); }
H1.HeaderClassName
{
color: #8C1E85;
}
.AnyTagClassName
{
color: #8C1E85;
}
</style>
background-color css
<style>
a { background-color: #8C1E85; }
a { background-color: rgb(140,30,133); }
div.DivClassName
{
background-color: #8C1E85;
}
.BgClassName
{
background-color: #8C1E85;
}
</style>
border-color css
<style>
span { border-color: #8C1E85; }
span { border-color: rgb(140,30,133); }
td.TdClassName
{
border-color: #8C1E85;
}
.TagClassName
{
border-color: #8C1E85;
}
</style>