Shades of Dark Purple #8C237F
Tints of Dark Purple #8C237F
RGB
CMYK
RGB Variations
Color information
#8C237F (or 0x8C237F) is known color: Dark Purple. HEX triplet: 8C, 23 and 7F. RGB value is (140,35,127). Sum of RGB (Red+Green+Blue) = 140+35+127=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C237F is #73DC80. Grayscale: #4C4C4C. Windows color (decimal): -7593089 or 8332172. OLE color: 8332172.
HSL color Cylindrical-coordinate representation of color #8C237F: hue angle of 307.43º 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 #8C237F is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 127 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.45 |
| HSL | 307.43º | 0.6% | 0.34% | - |
| HSV(B) | 307.43º | 0.75% | 0.55% | - |
| XYZ | 15.25 | 8.31 | 20.88 | - |
| YUV | 76.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 127 | 0 | 0.75 | 0.09 | 0.45 | 307.43 | 0.6 | 0.34 |
| Hex | 8C | 23 | 7F | 0 | 4B | 9 | 2D | 133 | 3C | 22 |
| Octal | 214 | 43 | 177 | 0 | 113 | 11 | 55 | 463 | 74 | 42 |
| Binary | 10001100 | 100011 | 1111111 | 0 | 1001011 | 1001 | 101101 | 100110011 | 111100 | 100010 |
Color Harmonies of #8C237F
Complementary color
Monochromatic Colors of #8C237F
Black with #8C237F
Text Example
Text Example
White with #8C237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C237F; }
p { color: rgb(140,35,127); }
H1.HeaderClassName
{
color: #8C237F;
}
.AnyTagClassName
{
color: #8C237F;
}
</style>
background-color css
<style>
a { background-color: #8C237F; }
a { background-color: rgb(140,35,127); }
div.DivClassName
{
background-color: #8C237F;
}
.BgClassName
{
background-color: #8C237F;
}
</style>
border-color css
<style>
span { border-color: #8C237F; }
span { border-color: rgb(140,35,127); }
td.TdClassName
{
border-color: #8C237F;
}
.TagClassName
{
border-color: #8C237F;
}
</style>