Shades of Dark Purple #8C287B
Tints of Dark Purple #8C287B
RGB
CMYK
RGB Variations
Color information
#8C287B (or 0x8C287B) is known color: Dark Purple. HEX triplet: 8C, 28 and 7B. RGB value is (140,40,123). Sum of RGB (Red+Green+Blue) = 140+40+123=303 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.20% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 140 - color contains mainly: red. Hex color #8C287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C287B is #73D784. Grayscale: #4F4F4F. Windows color (decimal): -7591813 or 8071308. OLE color: 8071308.
HSL color Cylindrical-coordinate representation of color #8C287B: hue angle of 310.2º 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 #8C287B is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 123 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.45 |
| HSL | 310.2º | 0.56% | 0.35% | - |
| HSV(B) | 310.2º | 0.71% | 0.55% | - |
| XYZ | 15.15 | 8.52 | 19.59 | - |
| YUV | 79.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 123 | 0 | 0.71 | 0.12 | 0.45 | 310.2 | 0.56 | 0.35 |
| Hex | 8C | 28 | 7B | 0 | 47 | C | 2D | 136 | 38 | 23 |
| Octal | 214 | 50 | 173 | 0 | 107 | 14 | 55 | 466 | 70 | 43 |
| Binary | 10001100 | 101000 | 1111011 | 0 | 1000111 | 1100 | 101101 | 100110110 | 111000 | 100011 |
Color Harmonies of #8C287B
Complementary color
Monochromatic Colors of #8C287B
Black with #8C287B
Text Example
Text Example
White with #8C287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C287B; }
p { color: rgb(140,40,123); }
H1.HeaderClassName
{
color: #8C287B;
}
.AnyTagClassName
{
color: #8C287B;
}
</style>
background-color css
<style>
a { background-color: #8C287B; }
a { background-color: rgb(140,40,123); }
div.DivClassName
{
background-color: #8C287B;
}
.BgClassName
{
background-color: #8C287B;
}
</style>
border-color css
<style>
span { border-color: #8C287B; }
span { border-color: rgb(140,40,123); }
td.TdClassName
{
border-color: #8C287B;
}
.TagClassName
{
border-color: #8C287B;
}
</style>