Shades of Dark Purple #8E307D
Tints of Dark Purple #8E307D
RGB
CMYK
RGB Variations
Color information
#8E307D (or 0x8E307D) is known color: Dark Purple. HEX triplet: 8E, 30 and 7D. RGB value is (142,48,125). Sum of RGB (Red+Green+Blue) = 142+48+125=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E307D is #71CF82. Grayscale: #545454. Windows color (decimal): -7458691 or 8204430. OLE color: 8204430.
HSL color Cylindrical-coordinate representation of color #8E307D: hue angle of 310.85º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E307D is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 125 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.44 |
| HSL | 310.85º | 0.49% | 0.37% | - |
| HSV(B) | 310.85º | 0.66% | 0.56% | - |
| XYZ | 15.91 | 9.35 | 20.37 | - |
| YUV | 84.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 125 | 0 | 0.66 | 0.12 | 0.44 | 310.85 | 0.49 | 0.37 |
| Hex | 8E | 30 | 7D | 0 | 42 | C | 2C | 137 | 31 | 25 |
| Octal | 216 | 60 | 175 | 0 | 102 | 14 | 54 | 467 | 61 | 45 |
| Binary | 10001110 | 110000 | 1111101 | 0 | 1000010 | 1100 | 101100 | 100110111 | 110001 | 100101 |
Color Harmonies of #8E307D
Complementary color
Monochromatic Colors of #8E307D
Black with #8E307D
Text Example
Text Example
White with #8E307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E307D; }
p { color: rgb(142,48,125); }
H1.HeaderClassName
{
color: #8E307D;
}
.AnyTagClassName
{
color: #8E307D;
}
</style>
background-color css
<style>
a { background-color: #8E307D; }
a { background-color: rgb(142,48,125); }
div.DivClassName
{
background-color: #8E307D;
}
.BgClassName
{
background-color: #8E307D;
}
</style>
border-color css
<style>
span { border-color: #8E307D; }
span { border-color: rgb(142,48,125); }
td.TdClassName
{
border-color: #8E307D;
}
.TagClassName
{
border-color: #8E307D;
}
</style>