Shades of Dark Purple #8C1779
Tints of Dark Purple #8C1779
RGB
CMYK
RGB Variations
Color information
#8C1779 (or 0x8C1779) is known color: Dark Purple. HEX triplet: 8C, 17 and 79. RGB value is (140,23,121). Sum of RGB (Red+Green+Blue) = 140+23+121=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1779 is #73E886. Grayscale: #444444. Windows color (decimal): -7596167 or 7935884. OLE color: 7935884.
HSL color Cylindrical-coordinate representation of color #8C1779: hue angle of 309.74º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1779 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 121 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.45 |
| HSL | 309.74º | 0.72% | 0.32% | - |
| HSV(B) | 309.74º | 0.84% | 0.55% | - |
| XYZ | 14.57 | 7.57 | 18.78 | - |
| YUV | 69.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 121 | 0 | 0.84 | 0.14 | 0.45 | 309.74 | 0.72 | 0.32 |
| Hex | 8C | 17 | 79 | 0 | 54 | E | 2D | 136 | 48 | 20 |
| Octal | 214 | 27 | 171 | 0 | 124 | 16 | 55 | 466 | 110 | 40 |
| Binary | 10001100 | 10111 | 1111001 | 0 | 1010100 | 1110 | 101101 | 100110110 | 1001000 | 100000 |
Color Harmonies of #8C1779
Complementary color
Monochromatic Colors of #8C1779
Black with #8C1779
Text Example
Text Example
White with #8C1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1779; }
p { color: rgb(140,23,121); }
H1.HeaderClassName
{
color: #8C1779;
}
.AnyTagClassName
{
color: #8C1779;
}
</style>
background-color css
<style>
a { background-color: #8C1779; }
a { background-color: rgb(140,23,121); }
div.DivClassName
{
background-color: #8C1779;
}
.BgClassName
{
background-color: #8C1779;
}
</style>
border-color css
<style>
span { border-color: #8C1779; }
span { border-color: rgb(140,23,121); }
td.TdClassName
{
border-color: #8C1779;
}
.TagClassName
{
border-color: #8C1779;
}
</style>