Shades of Dark Purple #8E2065
Tints of Dark Purple #8E2065
RGB
CMYK
RGB Variations
Color information
#8E2065 (or 0x8E2065) is known color: Dark Purple. HEX triplet: 8E, 20 and 65. RGB value is (142,32,101). Sum of RGB (Red+Green+Blue) = 142+32+101=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2065 is #71DF9A. Grayscale: #484848. Windows color (decimal): -7462811 or 6627470. OLE color: 6627470.
HSL color Cylindrical-coordinate representation of color #8E2065: hue angle of 322.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2065 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 101 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.44 |
| HSL | 322.36º | 0.63% | 0.34% | - |
| HSV(B) | 322.36º | 0.77% | 0.56% | - |
| XYZ | 14.02 | 7.72 | 13.06 | - |
| YUV | 72.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 101 | 0 | 0.77 | 0.29 | 0.44 | 322.36 | 0.63 | 0.34 |
| Hex | 8E | 20 | 65 | 0 | 4D | 1D | 2C | 142 | 3F | 22 |
| Octal | 216 | 40 | 145 | 0 | 115 | 35 | 54 | 502 | 77 | 42 |
| Binary | 10001110 | 100000 | 1100101 | 0 | 1001101 | 11101 | 101100 | 101000010 | 111111 | 100010 |
Color Harmonies of #8E2065
Complementary color
Monochromatic Colors of #8E2065
Black with #8E2065
Text Example
Text Example
White with #8E2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2065; }
p { color: rgb(142,32,101); }
H1.HeaderClassName
{
color: #8E2065;
}
.AnyTagClassName
{
color: #8E2065;
}
</style>
background-color css
<style>
a { background-color: #8E2065; }
a { background-color: rgb(142,32,101); }
div.DivClassName
{
background-color: #8E2065;
}
.BgClassName
{
background-color: #8E2065;
}
</style>
border-color css
<style>
span { border-color: #8E2065; }
span { border-color: rgb(142,32,101); }
td.TdClassName
{
border-color: #8E2065;
}
.TagClassName
{
border-color: #8E2065;
}
</style>