Shades of Dark Purple #8C286D
Tints of Dark Purple #8C286D
RGB
CMYK
RGB Variations
Color information
#8C286D (or 0x8C286D) is known color: Dark Purple. HEX triplet: 8C, 28 and 6D. RGB value is (140,40,109). Sum of RGB (Red+Green+Blue) = 140+40+109=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C286D is #73D792. Grayscale: #4D4D4D. Windows color (decimal): -7591827 or 7153804. OLE color: 7153804.
HSL color Cylindrical-coordinate representation of color #8C286D: hue angle of 318.6º 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 #8C286D is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 109 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.45 |
| HSL | 318.6º | 0.56% | 0.35% | - |
| HSV(B) | 318.6º | 0.71% | 0.55% | - |
| XYZ | 14.33 | 8.2 | 15.29 | - |
| YUV | 77.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 109 | 0 | 0.71 | 0.22 | 0.45 | 318.6 | 0.56 | 0.35 |
| Hex | 8C | 28 | 6D | 0 | 47 | 16 | 2D | 13F | 38 | 23 |
| Octal | 214 | 50 | 155 | 0 | 107 | 26 | 55 | 477 | 70 | 43 |
| Binary | 10001100 | 101000 | 1101101 | 0 | 1000111 | 10110 | 101101 | 100111111 | 111000 | 100011 |
Color Harmonies of #8C286D
Complementary color
Monochromatic Colors of #8C286D
Black with #8C286D
Text Example
Text Example
White with #8C286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C286D; }
p { color: rgb(140,40,109); }
H1.HeaderClassName
{
color: #8C286D;
}
.AnyTagClassName
{
color: #8C286D;
}
</style>
background-color css
<style>
a { background-color: #8C286D; }
a { background-color: rgb(140,40,109); }
div.DivClassName
{
background-color: #8C286D;
}
.BgClassName
{
background-color: #8C286D;
}
</style>
border-color css
<style>
span { border-color: #8C286D; }
span { border-color: rgb(140,40,109); }
td.TdClassName
{
border-color: #8C286D;
}
.TagClassName
{
border-color: #8C286D;
}
</style>