Shades of Dark Purple #8C238B
Tints of Dark Purple #8C238B
RGB
CMYK
RGB Variations
Color information
#8C238B (or 0x8C238B) is known color: Dark Purple. HEX triplet: 8C, 23 and 8B. RGB value is (140,35,139). Sum of RGB (Red+Green+Blue) = 140+35+139=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C238B is #73DC74. Grayscale: #4D4D4D. Windows color (decimal): -7593077 or 9118604. OLE color: 9118604.
HSL color Cylindrical-coordinate representation of color #8C238B: hue angle of 300.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C238B is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 139 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.45 |
| HSL | 300.57º | 0.6% | 0.34% | - |
| HSV(B) | 300.57º | 0.75% | 0.55% | - |
| XYZ | 16.08 | 8.64 | 25.25 | - |
| YUV | 78.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 139 | 0 | 0.75 | 0.01 | 0.45 | 300.57 | 0.6 | 0.34 |
| Hex | 8C | 23 | 8B | 0 | 4B | 1 | 2D | 12D | 3C | 22 |
| Octal | 214 | 43 | 213 | 0 | 113 | 1 | 55 | 455 | 74 | 42 |
| Binary | 10001100 | 100011 | 10001011 | 0 | 1001011 | 1 | 101101 | 100101101 | 111100 | 100010 |
Color Harmonies of #8C238B
Complementary color
Monochromatic Colors of #8C238B
Black with #8C238B
Text Example
Text Example
White with #8C238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C238B; }
p { color: rgb(140,35,139); }
H1.HeaderClassName
{
color: #8C238B;
}
.AnyTagClassName
{
color: #8C238B;
}
</style>
background-color css
<style>
a { background-color: #8C238B; }
a { background-color: rgb(140,35,139); }
div.DivClassName
{
background-color: #8C238B;
}
.BgClassName
{
background-color: #8C238B;
}
</style>
border-color css
<style>
span { border-color: #8C238B; }
span { border-color: rgb(140,35,139); }
td.TdClassName
{
border-color: #8C238B;
}
.TagClassName
{
border-color: #8C238B;
}
</style>