Shades of Dark Purple #8E3275
Tints of Dark Purple #8E3275
RGB
CMYK
RGB Variations
Color information
#8E3275 (or 0x8E3275) is known color: Dark Purple. HEX triplet: 8E, 32 and 75. RGB value is (142,50,117). Sum of RGB (Red+Green+Blue) = 142+50+117=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3275 is #71CD8A. Grayscale: #545454. Windows color (decimal): -7458187 or 7680654. OLE color: 7680654.
HSL color Cylindrical-coordinate representation of color #8E3275: hue angle of 316.3º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3275 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 117 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.44 |
| HSL | 316.3º | 0.48% | 0.38% | - |
| HSV(B) | 316.3º | 0.65% | 0.56% | - |
| XYZ | 15.51 | 9.32 | 17.81 | - |
| YUV | 85.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 117 | 0 | 0.65 | 0.18 | 0.44 | 316.3 | 0.48 | 0.38 |
| Hex | 8E | 32 | 75 | 0 | 41 | 12 | 2C | 13C | 30 | 26 |
| Octal | 216 | 62 | 165 | 0 | 101 | 22 | 54 | 474 | 60 | 46 |
| Binary | 10001110 | 110010 | 1110101 | 0 | 1000001 | 10010 | 101100 | 100111100 | 110000 | 100110 |
Color Harmonies of #8E3275
Complementary color
Monochromatic Colors of #8E3275
Black with #8E3275
Text Example
Text Example
White with #8E3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3275; }
p { color: rgb(142,50,117); }
H1.HeaderClassName
{
color: #8E3275;
}
.AnyTagClassName
{
color: #8E3275;
}
</style>
background-color css
<style>
a { background-color: #8E3275; }
a { background-color: rgb(142,50,117); }
div.DivClassName
{
background-color: #8E3275;
}
.BgClassName
{
background-color: #8E3275;
}
</style>
border-color css
<style>
span { border-color: #8E3275; }
span { border-color: rgb(142,50,117); }
td.TdClassName
{
border-color: #8E3275;
}
.TagClassName
{
border-color: #8E3275;
}
</style>