Shades of Dark Purple #8C287D
Tints of Dark Purple #8C287D
RGB
CMYK
RGB Variations
Color information
#8C287D (or 0x8C287D) is known color: Dark Purple. HEX triplet: 8C, 28 and 7D. RGB value is (140,40,125). Sum of RGB (Red+Green+Blue) = 140+40+125=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C287D is #73D782. Grayscale: #4F4F4F. Windows color (decimal): -7591811 or 8202380. OLE color: 8202380.
HSL color Cylindrical-coordinate representation of color #8C287D: hue angle of 309º 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 #8C287D is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 125 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.45 |
| HSL | 309º | 0.56% | 0.35% | - |
| HSV(B) | 309º | 0.71% | 0.55% | - |
| XYZ | 15.28 | 8.57 | 20.25 | - |
| YUV | 79.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 125 | 0 | 0.71 | 0.11 | 0.45 | 309 | 0.56 | 0.35 |
| Hex | 8C | 28 | 7D | 0 | 47 | B | 2D | 135 | 38 | 23 |
| Octal | 214 | 50 | 175 | 0 | 107 | 13 | 55 | 465 | 70 | 43 |
| Binary | 10001100 | 101000 | 1111101 | 0 | 1000111 | 1011 | 101101 | 100110101 | 111000 | 100011 |
Color Harmonies of #8C287D
Complementary color
Monochromatic Colors of #8C287D
Black with #8C287D
Text Example
Text Example
White with #8C287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C287D; }
p { color: rgb(140,40,125); }
H1.HeaderClassName
{
color: #8C287D;
}
.AnyTagClassName
{
color: #8C287D;
}
</style>
background-color css
<style>
a { background-color: #8C287D; }
a { background-color: rgb(140,40,125); }
div.DivClassName
{
background-color: #8C287D;
}
.BgClassName
{
background-color: #8C287D;
}
</style>
border-color css
<style>
span { border-color: #8C287D; }
span { border-color: rgb(140,40,125); }
td.TdClassName
{
border-color: #8C287D;
}
.TagClassName
{
border-color: #8C287D;
}
</style>