Shades of Dark Purple #8C367E
Tints of Dark Purple #8C367E
RGB
CMYK
RGB Variations
Color information
#8C367E (or 0x8C367E) is known color: Dark Purple. HEX triplet: 8C, 36 and 7E. RGB value is (140,54,126). Sum of RGB (Red+Green+Blue) = 140+54+126=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C367E is #73C981. Grayscale: #575757. Windows color (decimal): -7588226 or 8271500. OLE color: 8271500.
HSL color Cylindrical-coordinate representation of color #8C367E: hue angle of 309.77º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C367E is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 126 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.45 |
| HSL | 309.77º | 0.44% | 0.38% | - |
| HSV(B) | 309.77º | 0.61% | 0.55% | - |
| XYZ | 15.9 | 9.72 | 20.78 | - |
| YUV | 87.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 126 | 0 | 0.61 | 0.10 | 0.45 | 309.77 | 0.44 | 0.38 |
| Hex | 8C | 36 | 7E | 0 | 3D | A | 2D | 136 | 2C | 26 |
| Octal | 214 | 66 | 176 | 0 | 75 | 12 | 55 | 466 | 54 | 46 |
| Binary | 10001100 | 110110 | 1111110 | 0 | 111101 | 1010 | 101101 | 100110110 | 101100 | 100110 |
Color Harmonies of #8C367E
Complementary color
Monochromatic Colors of #8C367E
Black with #8C367E
Text Example
Text Example
White with #8C367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C367E; }
p { color: rgb(140,54,126); }
H1.HeaderClassName
{
color: #8C367E;
}
.AnyTagClassName
{
color: #8C367E;
}
</style>
background-color css
<style>
a { background-color: #8C367E; }
a { background-color: rgb(140,54,126); }
div.DivClassName
{
background-color: #8C367E;
}
.BgClassName
{
background-color: #8C367E;
}
</style>
border-color css
<style>
span { border-color: #8C367E; }
span { border-color: rgb(140,54,126); }
td.TdClassName
{
border-color: #8C367E;
}
.TagClassName
{
border-color: #8C367E;
}
</style>