Shades of Dark Purple #8C417B
Tints of Dark Purple #8C417B
RGB
CMYK
RGB Variations
Color information
#8C417B (or 0x8C417B) is known color: Dark Purple. HEX triplet: 8C, 41 and 7B. RGB value is (140,65,123). Sum of RGB (Red+Green+Blue) = 140+65+123=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C417B is #73BE84. Grayscale: #5D5D5D. Windows color (decimal): -7585413 or 8077708. OLE color: 8077708.
HSL color Cylindrical-coordinate representation of color #8C417B: hue angle of 313.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C417B is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 123 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.45 |
| HSL | 313.6º | 0.37% | 0.4% | - |
| HSV(B) | 313.6º | 0.54% | 0.55% | - |
| XYZ | 16.28 | 10.79 | 19.96 | - |
| YUV | 94.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 123 | 0 | 0.54 | 0.12 | 0.45 | 313.6 | 0.37 | 0.4 |
| Hex | 8C | 41 | 7B | 0 | 36 | C | 2D | 13A | 25 | 28 |
| Octal | 214 | 101 | 173 | 0 | 66 | 14 | 55 | 472 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1111011 | 0 | 110110 | 1100 | 101101 | 100111010 | 100101 | 101000 |
Color Harmonies of #8C417B
Complementary color
Monochromatic Colors of #8C417B
Black with #8C417B
Text Example
Text Example
White with #8C417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C417B; }
p { color: rgb(140,65,123); }
H1.HeaderClassName
{
color: #8C417B;
}
.AnyTagClassName
{
color: #8C417B;
}
</style>
background-color css
<style>
a { background-color: #8C417B; }
a { background-color: rgb(140,65,123); }
div.DivClassName
{
background-color: #8C417B;
}
.BgClassName
{
background-color: #8C417B;
}
</style>
border-color css
<style>
span { border-color: #8C417B; }
span { border-color: rgb(140,65,123); }
td.TdClassName
{
border-color: #8C417B;
}
.TagClassName
{
border-color: #8C417B;
}
</style>