Shades of Dark Purple #8C238E
Tints of Dark Purple #8C238E
RGB
CMYK
RGB Variations
Color information
#8C238E (or 0x8C238E) is known color: Dark Purple. HEX triplet: 8C, 23 and 8E. RGB value is (140,35,142). Sum of RGB (Red+Green+Blue) = 140+35+142=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C238E is #73DC71. Grayscale: #4E4E4E. Windows color (decimal): -7593074 or 9315212. OLE color: 9315212.
HSL color Cylindrical-coordinate representation of color #8C238E: hue angle of 298.88º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C238E is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 35 | 142 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.44 |
| HSL | 298.88º | 0.6% | 0.35% | - |
| HSV(B) | 298.88º | 0.75% | 0.56% | - |
| XYZ | 16.3 | 8.73 | 26.42 | - |
| YUV | 78.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 142 | 0.01 | 0.75 | 0 | 0.44 | 298.88 | 0.6 | 0.35 |
| Hex | 8C | 23 | 8E | 1 | 4B | 0 | 2C | 12B | 3C | 23 |
| Octal | 214 | 43 | 216 | 1 | 113 | 0 | 54 | 453 | 74 | 43 |
| Binary | 10001100 | 100011 | 10001110 | 1 | 1001011 | 0 | 101100 | 100101011 | 111100 | 100011 |
Color Harmonies of #8C238E
Complementary color
Monochromatic Colors of #8C238E
Black with #8C238E
Text Example
Text Example
White with #8C238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C238E; }
p { color: rgb(140,35,142); }
H1.HeaderClassName
{
color: #8C238E;
}
.AnyTagClassName
{
color: #8C238E;
}
</style>
background-color css
<style>
a { background-color: #8C238E; }
a { background-color: rgb(140,35,142); }
div.DivClassName
{
background-color: #8C238E;
}
.BgClassName
{
background-color: #8C238E;
}
</style>
border-color css
<style>
span { border-color: #8C238E; }
span { border-color: rgb(140,35,142); }
td.TdClassName
{
border-color: #8C238E;
}
.TagClassName
{
border-color: #8C238E;
}
</style>