Shades of Dark Purple #8E3485
Tints of Dark Purple #8E3485
RGB
CMYK
RGB Variations
Color information
#8E3485 (or 0x8E3485) is known color: Dark Purple. HEX triplet: 8E, 34 and 85. RGB value is (142,52,133). Sum of RGB (Red+Green+Blue) = 142+52+133=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3485 is #71CB7A. Grayscale: #575757. Windows color (decimal): -7457659 or 8729742. OLE color: 8729742.
HSL color Cylindrical-coordinate representation of color #8E3485: hue angle of 306º 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 #8E3485 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 52 | 133 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.44 |
| HSL | 306º | 0.46% | 0.38% | - |
| HSV(B) | 306º | 0.63% | 0.56% | - |
| XYZ | 16.62 | 9.9 | 23.23 | - |
| YUV | 88.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 133 | 0 | 0.63 | 0.06 | 0.44 | 306 | 0.46 | 0.38 |
| Hex | 8E | 34 | 85 | 0 | 3F | 6 | 2C | 132 | 2E | 26 |
| Octal | 216 | 64 | 205 | 0 | 77 | 6 | 54 | 462 | 56 | 46 |
| Binary | 10001110 | 110100 | 10000101 | 0 | 111111 | 110 | 101100 | 100110010 | 101110 | 100110 |
Color Harmonies of #8E3485
Complementary color
Monochromatic Colors of #8E3485
Black with #8E3485
Text Example
Text Example
White with #8E3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3485; }
p { color: rgb(142,52,133); }
H1.HeaderClassName
{
color: #8E3485;
}
.AnyTagClassName
{
color: #8E3485;
}
</style>
background-color css
<style>
a { background-color: #8E3485; }
a { background-color: rgb(142,52,133); }
div.DivClassName
{
background-color: #8E3485;
}
.BgClassName
{
background-color: #8E3485;
}
</style>
border-color css
<style>
span { border-color: #8E3485; }
span { border-color: rgb(142,52,133); }
td.TdClassName
{
border-color: #8E3485;
}
.TagClassName
{
border-color: #8E3485;
}
</style>