Shades of Dark Purple #8C127D
Tints of Dark Purple #8C127D
RGB
CMYK
RGB Variations
Color information
#8C127D (or 0x8C127D) is known color: Dark Purple. HEX triplet: 8C, 12 and 7D. RGB value is (140,18,125). Sum of RGB (Red+Green+Blue) = 140+18+125=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C127D is #73ED82. Grayscale: #424242. Windows color (decimal): -7597443 or 8196748. OLE color: 8196748.
HSL color Cylindrical-coordinate representation of color #8C127D: hue angle of 307.38º 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 #8C127D is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 125 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.45 |
| HSL | 307.38º | 0.77% | 0.31% | - |
| HSV(B) | 307.38º | 0.87% | 0.55% | - |
| XYZ | 14.73 | 7.49 | 20.07 | - |
| YUV | 66.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 125 | 0 | 0.87 | 0.11 | 0.45 | 307.38 | 0.77 | 0.31 |
| Hex | 8C | 12 | 7D | 0 | 57 | B | 2D | 133 | 4D | 1F |
| Octal | 214 | 22 | 175 | 0 | 127 | 13 | 55 | 463 | 115 | 37 |
| Binary | 10001100 | 10010 | 1111101 | 0 | 1010111 | 1011 | 101101 | 100110011 | 1001101 | 11111 |
Color Harmonies of #8C127D
Complementary color
Monochromatic Colors of #8C127D
Black with #8C127D
Text Example
Text Example
White with #8C127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C127D; }
p { color: rgb(140,18,125); }
H1.HeaderClassName
{
color: #8C127D;
}
.AnyTagClassName
{
color: #8C127D;
}
</style>
background-color css
<style>
a { background-color: #8C127D; }
a { background-color: rgb(140,18,125); }
div.DivClassName
{
background-color: #8C127D;
}
.BgClassName
{
background-color: #8C127D;
}
</style>
border-color css
<style>
span { border-color: #8C127D; }
span { border-color: rgb(140,18,125); }
td.TdClassName
{
border-color: #8C127D;
}
.TagClassName
{
border-color: #8C127D;
}
</style>