Shades of Dark Purple #8C288B
Tints of Dark Purple #8C288B
RGB
CMYK
RGB Variations
Color information
#8C288B (or 0x8C288B) is known color: Dark Purple. HEX triplet: 8C, 28 and 8B. RGB value is (140,40,139). Sum of RGB (Red+Green+Blue) = 140+40+139=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C288B is #73D774. Grayscale: #505050. Windows color (decimal): -7591797 or 9119884. OLE color: 9119884.
HSL color Cylindrical-coordinate representation of color #8C288B: hue angle of 300.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 #8C288B is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 139 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.45 |
| HSL | 300.6º | 0.56% | 0.35% | - |
| HSV(B) | 300.6º | 0.71% | 0.55% | - |
| XYZ | 16.23 | 8.96 | 25.3 | - |
| YUV | 81.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 139 | 0 | 0.71 | 0.01 | 0.45 | 300.6 | 0.56 | 0.35 |
| Hex | 8C | 28 | 8B | 0 | 47 | 1 | 2D | 12D | 38 | 23 |
| Octal | 214 | 50 | 213 | 0 | 107 | 1 | 55 | 455 | 70 | 43 |
| Binary | 10001100 | 101000 | 10001011 | 0 | 1000111 | 1 | 101101 | 100101101 | 111000 | 100011 |
Color Harmonies of #8C288B
Complementary color
Monochromatic Colors of #8C288B
Black with #8C288B
Text Example
Text Example
White with #8C288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C288B; }
p { color: rgb(140,40,139); }
H1.HeaderClassName
{
color: #8C288B;
}
.AnyTagClassName
{
color: #8C288B;
}
</style>
background-color css
<style>
a { background-color: #8C288B; }
a { background-color: rgb(140,40,139); }
div.DivClassName
{
background-color: #8C288B;
}
.BgClassName
{
background-color: #8C288B;
}
</style>
border-color css
<style>
span { border-color: #8C288B; }
span { border-color: rgb(140,40,139); }
td.TdClassName
{
border-color: #8C288B;
}
.TagClassName
{
border-color: #8C288B;
}
</style>