Shades of Dark Purple #8C127A
Tints of Dark Purple #8C127A
RGB
CMYK
RGB Variations
Color information
#8C127A (or 0x8C127A) is known color: Dark Purple. HEX triplet: 8C, 12 and 7A. RGB value is (140,18,122). Sum of RGB (Red+Green+Blue) = 140+18+122=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C127A is #73ED85. Grayscale: #424242. Windows color (decimal): -7597446 or 8000140. OLE color: 8000140.
HSL color Cylindrical-coordinate representation of color #8C127A: hue angle of 308.85º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C127A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 122 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.45 |
| HSL | 308.85º | 0.77% | 0.31% | - |
| HSV(B) | 308.85º | 0.87% | 0.55% | - |
| XYZ | 14.54 | 7.41 | 19.08 | - |
| YUV | 66.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 122 | 0 | 0.87 | 0.13 | 0.45 | 308.85 | 0.77 | 0.31 |
| Hex | 8C | 12 | 7A | 0 | 57 | D | 2D | 135 | 4D | 1F |
| Octal | 214 | 22 | 172 | 0 | 127 | 15 | 55 | 465 | 115 | 37 |
| Binary | 10001100 | 10010 | 1111010 | 0 | 1010111 | 1101 | 101101 | 100110101 | 1001101 | 11111 |
Color Harmonies of #8C127A
Complementary color
Monochromatic Colors of #8C127A
Black with #8C127A
Text Example
Text Example
White with #8C127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C127A; }
p { color: rgb(140,18,122); }
H1.HeaderClassName
{
color: #8C127A;
}
.AnyTagClassName
{
color: #8C127A;
}
</style>
background-color css
<style>
a { background-color: #8C127A; }
a { background-color: rgb(140,18,122); }
div.DivClassName
{
background-color: #8C127A;
}
.BgClassName
{
background-color: #8C127A;
}
</style>
border-color css
<style>
span { border-color: #8C127A; }
span { border-color: rgb(140,18,122); }
td.TdClassName
{
border-color: #8C127A;
}
.TagClassName
{
border-color: #8C127A;
}
</style>