Shades of Dark Purple #8C0974
Tints of Dark Purple #8C0974
RGB
CMYK
RGB Variations
Color information
#8C0974 (or 0x8C0974) is known color: Dark Purple. HEX triplet: 8C, 09 and 74. RGB value is (140,9,116). Sum of RGB (Red+Green+Blue) = 140+9+116=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0974 is #73F68B. Grayscale: #3C3C3C. Windows color (decimal): -7599756 or 7604620. OLE color: 7604620.
HSL color Cylindrical-coordinate representation of color #8C0974: hue angle of 310.99º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0974 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 116 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.45 |
| HSL | 310.99º | 0.88% | 0.29% | - |
| HSV(B) | 310.99º | 0.94% | 0.55% | - |
| XYZ | 14.07 | 7.03 | 17.14 | - |
| YUV | 60.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 116 | 0 | 0.94 | 0.17 | 0.45 | 310.99 | 0.88 | 0.29 |
| Hex | 8C | 9 | 74 | 0 | 5E | 11 | 2D | 137 | 58 | 1D |
| Octal | 214 | 11 | 164 | 0 | 136 | 21 | 55 | 467 | 130 | 35 |
| Binary | 10001100 | 1001 | 1110100 | 0 | 1011110 | 10001 | 101101 | 100110111 | 1011000 | 11101 |
Color Harmonies of #8C0974
Complementary color
Monochromatic Colors of #8C0974
Black with #8C0974
Text Example
Text Example
White with #8C0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0974; }
p { color: rgb(140,9,116); }
H1.HeaderClassName
{
color: #8C0974;
}
.AnyTagClassName
{
color: #8C0974;
}
</style>
background-color css
<style>
a { background-color: #8C0974; }
a { background-color: rgb(140,9,116); }
div.DivClassName
{
background-color: #8C0974;
}
.BgClassName
{
background-color: #8C0974;
}
</style>
border-color css
<style>
span { border-color: #8C0974; }
span { border-color: rgb(140,9,116); }
td.TdClassName
{
border-color: #8C0974;
}
.TagClassName
{
border-color: #8C0974;
}
</style>