Shades of Dark Purple #8C327A
Tints of Dark Purple #8C327A
RGB
CMYK
RGB Variations
Color information
#8C327A (or 0x8C327A) is known color: Dark Purple. HEX triplet: 8C, 32 and 7A. RGB value is (140,50,122). Sum of RGB (Red+Green+Blue) = 140+50+122=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C327A is #73CD85. Grayscale: #545454. Windows color (decimal): -7589254 or 8008332. OLE color: 8008332.
HSL color Cylindrical-coordinate representation of color #8C327A: hue angle of 312º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C327A is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 122 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.45 |
| HSL | 312º | 0.47% | 0.37% | - |
| HSV(B) | 312º | 0.64% | 0.55% | - |
| XYZ | 15.47 | 9.26 | 19.38 | - |
| YUV | 85.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 122 | 0 | 0.64 | 0.13 | 0.45 | 312 | 0.47 | 0.37 |
| Hex | 8C | 32 | 7A | 0 | 40 | D | 2D | 138 | 2F | 25 |
| Octal | 214 | 62 | 172 | 0 | 100 | 15 | 55 | 470 | 57 | 45 |
| Binary | 10001100 | 110010 | 1111010 | 0 | 1000000 | 1101 | 101101 | 100111000 | 101111 | 100101 |
Color Harmonies of #8C327A
Complementary color
Monochromatic Colors of #8C327A
Black with #8C327A
Text Example
Text Example
White with #8C327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C327A; }
p { color: rgb(140,50,122); }
H1.HeaderClassName
{
color: #8C327A;
}
.AnyTagClassName
{
color: #8C327A;
}
</style>
background-color css
<style>
a { background-color: #8C327A; }
a { background-color: rgb(140,50,122); }
div.DivClassName
{
background-color: #8C327A;
}
.BgClassName
{
background-color: #8C327A;
}
</style>
border-color css
<style>
span { border-color: #8C327A; }
span { border-color: rgb(140,50,122); }
td.TdClassName
{
border-color: #8C327A;
}
.TagClassName
{
border-color: #8C327A;
}
</style>