Shades of Dark Purple #8C236C
Tints of Dark Purple #8C236C
RGB
CMYK
RGB Variations
Color information
#8C236C (or 0x8C236C) is known color: Dark Purple. HEX triplet: 8C, 23 and 6C. RGB value is (140,35,108). Sum of RGB (Red+Green+Blue) = 140+35+108=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C236C is #73DC93. Grayscale: #4A4A4A. Windows color (decimal): -7593108 or 7086988. OLE color: 7086988.
HSL color Cylindrical-coordinate representation of color #8C236C: hue angle of 318.29º 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 #8C236C is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 108 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.45 |
| HSL | 318.29º | 0.6% | 0.34% | - |
| HSV(B) | 318.29º | 0.75% | 0.55% | - |
| XYZ | 14.12 | 7.86 | 14.96 | - |
| YUV | 74.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 108 | 0 | 0.75 | 0.23 | 0.45 | 318.29 | 0.6 | 0.34 |
| Hex | 8C | 23 | 6C | 0 | 4B | 17 | 2D | 13E | 3C | 22 |
| Octal | 214 | 43 | 154 | 0 | 113 | 27 | 55 | 476 | 74 | 42 |
| Binary | 10001100 | 100011 | 1101100 | 0 | 1001011 | 10111 | 101101 | 100111110 | 111100 | 100010 |
Color Harmonies of #8C236C
Complementary color
Monochromatic Colors of #8C236C
Black with #8C236C
Text Example
Text Example
White with #8C236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C236C; }
p { color: rgb(140,35,108); }
H1.HeaderClassName
{
color: #8C236C;
}
.AnyTagClassName
{
color: #8C236C;
}
</style>
background-color css
<style>
a { background-color: #8C236C; }
a { background-color: rgb(140,35,108); }
div.DivClassName
{
background-color: #8C236C;
}
.BgClassName
{
background-color: #8C236C;
}
</style>
border-color css
<style>
span { border-color: #8C236C; }
span { border-color: rgb(140,35,108); }
td.TdClassName
{
border-color: #8C236C;
}
.TagClassName
{
border-color: #8C236C;
}
</style>