Shades of Dark Purple #8C286E
Tints of Dark Purple #8C286E
RGB
CMYK
RGB Variations
Color information
#8C286E (or 0x8C286E) is known color: Dark Purple. HEX triplet: 8C, 28 and 6E. RGB value is (140,40,110). Sum of RGB (Red+Green+Blue) = 140+40+110=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C286E is #73D791. Grayscale: #4D4D4D. Windows color (decimal): -7591826 or 7219340. OLE color: 7219340.
HSL color Cylindrical-coordinate representation of color #8C286E: hue angle of 318º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C286E is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 110 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.45 |
| HSL | 318º | 0.56% | 0.35% | - |
| HSV(B) | 318º | 0.71% | 0.55% | - |
| XYZ | 14.39 | 8.22 | 15.58 | - |
| YUV | 77.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 110 | 0 | 0.71 | 0.21 | 0.45 | 318 | 0.56 | 0.35 |
| Hex | 8C | 28 | 6E | 0 | 47 | 15 | 2D | 13E | 38 | 23 |
| Octal | 214 | 50 | 156 | 0 | 107 | 25 | 55 | 476 | 70 | 43 |
| Binary | 10001100 | 101000 | 1101110 | 0 | 1000111 | 10101 | 101101 | 100111110 | 111000 | 100011 |
Color Harmonies of #8C286E
Complementary color
Monochromatic Colors of #8C286E
Black with #8C286E
Text Example
Text Example
White with #8C286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C286E; }
p { color: rgb(140,40,110); }
H1.HeaderClassName
{
color: #8C286E;
}
.AnyTagClassName
{
color: #8C286E;
}
</style>
background-color css
<style>
a { background-color: #8C286E; }
a { background-color: rgb(140,40,110); }
div.DivClassName
{
background-color: #8C286E;
}
.BgClassName
{
background-color: #8C286E;
}
</style>
border-color css
<style>
span { border-color: #8C286E; }
span { border-color: rgb(140,40,110); }
td.TdClassName
{
border-color: #8C286E;
}
.TagClassName
{
border-color: #8C286E;
}
</style>