Shades of Dark Purple #8C238C
Tints of Dark Purple #8C238C
RGB
CMYK
RGB Variations
Color information
#8C238C (or 0x8C238C) is known color: Dark Purple. HEX triplet: 8C, 23 and 8C. RGB value is (140,35,140). Sum of RGB (Red+Green+Blue) = 140+35+140=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C238C is #73DC73. Grayscale: #4E4E4E. Windows color (decimal): -7593076 or 9184140. OLE color: 9184140.
HSL color Cylindrical-coordinate representation of color #8C238C: hue angle of 300º 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 #8C238C is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 140 | - |
| CMYK | 0 | 0.75 | 0 | 0.45 |
| HSL | 300º | 0.6% | 0.34% | - |
| HSV(B) | 300º | 0.75% | 0.55% | - |
| XYZ | 16.15 | 8.67 | 25.63 | - |
| YUV | 78.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 140 | 0 | 0.75 | 0 | 0.45 | 300 | 0.6 | 0.34 |
| Hex | 8C | 23 | 8C | 0 | 4B | 0 | 2D | 12C | 3C | 22 |
| Octal | 214 | 43 | 214 | 0 | 113 | 0 | 55 | 454 | 74 | 42 |
| Binary | 10001100 | 100011 | 10001100 | 0 | 1001011 | 0 | 101101 | 100101100 | 111100 | 100010 |
Color Harmonies of #8C238C
Complementary color
Monochromatic Colors of #8C238C
Black with #8C238C
Text Example
Text Example
White with #8C238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C238C; }
p { color: rgb(140,35,140); }
H1.HeaderClassName
{
color: #8C238C;
}
.AnyTagClassName
{
color: #8C238C;
}
</style>
background-color css
<style>
a { background-color: #8C238C; }
a { background-color: rgb(140,35,140); }
div.DivClassName
{
background-color: #8C238C;
}
.BgClassName
{
background-color: #8C238C;
}
</style>
border-color css
<style>
span { border-color: #8C238C; }
span { border-color: rgb(140,35,140); }
td.TdClassName
{
border-color: #8C238C;
}
.TagClassName
{
border-color: #8C238C;
}
</style>