Shades of Dark Purple #8C1775
Tints of Dark Purple #8C1775
RGB
CMYK
RGB Variations
Color information
#8C1775 (or 0x8C1775) is known color: Dark Purple. HEX triplet: 8C, 17 and 75. RGB value is (140,23,117). Sum of RGB (Red+Green+Blue) = 140+23+117=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1775 is #73E88A. Grayscale: #444444. Windows color (decimal): -7596171 or 7673740. OLE color: 7673740.
HSL color Cylindrical-coordinate representation of color #8C1775: hue angle of 311.79º 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 #8C1775 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 117 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.45 |
| HSL | 311.79º | 0.72% | 0.32% | - |
| HSV(B) | 311.79º | 0.84% | 0.55% | - |
| XYZ | 14.33 | 7.47 | 17.52 | - |
| YUV | 68.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 117 | 0 | 0.84 | 0.16 | 0.45 | 311.79 | 0.72 | 0.32 |
| Hex | 8C | 17 | 75 | 0 | 54 | 10 | 2D | 138 | 48 | 20 |
| Octal | 214 | 27 | 165 | 0 | 124 | 20 | 55 | 470 | 110 | 40 |
| Binary | 10001100 | 10111 | 1110101 | 0 | 1010100 | 10000 | 101101 | 100111000 | 1001000 | 100000 |
Color Harmonies of #8C1775
Complementary color
Monochromatic Colors of #8C1775
Black with #8C1775
Text Example
Text Example
White with #8C1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1775; }
p { color: rgb(140,23,117); }
H1.HeaderClassName
{
color: #8C1775;
}
.AnyTagClassName
{
color: #8C1775;
}
</style>
background-color css
<style>
a { background-color: #8C1775; }
a { background-color: rgb(140,23,117); }
div.DivClassName
{
background-color: #8C1775;
}
.BgClassName
{
background-color: #8C1775;
}
</style>
border-color css
<style>
span { border-color: #8C1775; }
span { border-color: rgb(140,23,117); }
td.TdClassName
{
border-color: #8C1775;
}
.TagClassName
{
border-color: #8C1775;
}
</style>