Shades of Dark Purple #8C238D
Tints of Dark Purple #8C238D
RGB
CMYK
RGB Variations
Color information
#8C238D (or 0x8C238D) is known color: Dark Purple. HEX triplet: 8C, 23 and 8D. RGB value is (140,35,141). Sum of RGB (Red+Green+Blue) = 140+35+141=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C238D is #73DC72. Grayscale: #4E4E4E. Windows color (decimal): -7593075 or 9249676. OLE color: 9249676.
HSL color Cylindrical-coordinate representation of color #8C238D: hue angle of 299.43º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C238D is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 141 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.45 |
| HSL | 299.43º | 0.6% | 0.35% | - |
| HSV(B) | 299.43º | 0.75% | 0.55% | - |
| XYZ | 16.22 | 8.7 | 26.02 | - |
| YUV | 78.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 141 | 0.01 | 0.75 | 0 | 0.45 | 299.43 | 0.6 | 0.35 |
| Hex | 8C | 23 | 8D | 1 | 4B | 0 | 2D | 12B | 3C | 23 |
| Octal | 214 | 43 | 215 | 1 | 113 | 0 | 55 | 453 | 74 | 43 |
| Binary | 10001100 | 100011 | 10001101 | 1 | 1001011 | 0 | 101101 | 100101011 | 111100 | 100011 |
Color Harmonies of #8C238D
Complementary color
Monochromatic Colors of #8C238D
Black with #8C238D
Text Example
Text Example
White with #8C238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C238D; }
p { color: rgb(140,35,141); }
H1.HeaderClassName
{
color: #8C238D;
}
.AnyTagClassName
{
color: #8C238D;
}
</style>
background-color css
<style>
a { background-color: #8C238D; }
a { background-color: rgb(140,35,141); }
div.DivClassName
{
background-color: #8C238D;
}
.BgClassName
{
background-color: #8C238D;
}
</style>
border-color css
<style>
span { border-color: #8C238D; }
span { border-color: rgb(140,35,141); }
td.TdClassName
{
border-color: #8C238D;
}
.TagClassName
{
border-color: #8C238D;
}
</style>