Shades of Dark Purple #8E356C
Tints of Dark Purple #8E356C
RGB
CMYK
RGB Variations
Color information
#8E356C (or 0x8E356C) is known color: Dark Purple. HEX triplet: 8E, 35 and 6C. RGB value is (142,53,108). Sum of RGB (Red+Green+Blue) = 142+53+108=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 142 - color contains mainly: red. Hex color #8E356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E356C is #71CA93. Grayscale: #555555. Windows color (decimal): -7457428 or 7091598. OLE color: 7091598.
HSL color Cylindrical-coordinate representation of color #8E356C: hue angle of 322.92º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E356C is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 108 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.44 |
| HSL | 322.92º | 0.46% | 0.38% | - |
| HSV(B) | 322.92º | 0.63% | 0.56% | - |
| XYZ | 15.14 | 9.38 | 15.2 | - |
| YUV | 85.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 108 | 0 | 0.63 | 0.24 | 0.44 | 322.92 | 0.46 | 0.38 |
| Hex | 8E | 35 | 6C | 0 | 3F | 18 | 2C | 143 | 2E | 26 |
| Octal | 216 | 65 | 154 | 0 | 77 | 30 | 54 | 503 | 56 | 46 |
| Binary | 10001110 | 110101 | 1101100 | 0 | 111111 | 11000 | 101100 | 101000011 | 101110 | 100110 |
Color Harmonies of #8E356C
Complementary color
Monochromatic Colors of #8E356C
Black with #8E356C
Text Example
Text Example
White with #8E356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E356C; }
p { color: rgb(142,53,108); }
H1.HeaderClassName
{
color: #8E356C;
}
.AnyTagClassName
{
color: #8E356C;
}
</style>
background-color css
<style>
a { background-color: #8E356C; }
a { background-color: rgb(142,53,108); }
div.DivClassName
{
background-color: #8E356C;
}
.BgClassName
{
background-color: #8E356C;
}
</style>
border-color css
<style>
span { border-color: #8E356C; }
span { border-color: rgb(142,53,108); }
td.TdClassName
{
border-color: #8E356C;
}
.TagClassName
{
border-color: #8E356C;
}
</style>