Shades of Dark Purple #8E266E
Tints of Dark Purple #8E266E
RGB
CMYK
RGB Variations
Color information
#8E266E (or 0x8E266E) is known color: Dark Purple. HEX triplet: 8E, 26 and 6E. RGB value is (142,38,110). Sum of RGB (Red+Green+Blue) = 142+38+110=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E266E is #71D991. Grayscale: #4D4D4D. Windows color (decimal): -7461266 or 7218830. OLE color: 7218830.
HSL color Cylindrical-coordinate representation of color #8E266E: hue angle of 318.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E266E is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 110 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.44 |
| HSL | 318.46º | 0.58% | 0.35% | - |
| HSV(B) | 318.46º | 0.73% | 0.56% | - |
| XYZ | 14.66 | 8.26 | 15.57 | - |
| YUV | 77.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 110 | 0 | 0.73 | 0.23 | 0.44 | 318.46 | 0.58 | 0.35 |
| Hex | 8E | 26 | 6E | 0 | 49 | 17 | 2C | 13E | 3A | 23 |
| Octal | 216 | 46 | 156 | 0 | 111 | 27 | 54 | 476 | 72 | 43 |
| Binary | 10001110 | 100110 | 1101110 | 0 | 1001001 | 10111 | 101100 | 100111110 | 111010 | 100011 |
Color Harmonies of #8E266E
Complementary color
Monochromatic Colors of #8E266E
Black with #8E266E
Text Example
Text Example
White with #8E266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E266E; }
p { color: rgb(142,38,110); }
H1.HeaderClassName
{
color: #8E266E;
}
.AnyTagClassName
{
color: #8E266E;
}
</style>
background-color css
<style>
a { background-color: #8E266E; }
a { background-color: rgb(142,38,110); }
div.DivClassName
{
background-color: #8E266E;
}
.BgClassName
{
background-color: #8E266E;
}
</style>
border-color css
<style>
span { border-color: #8E266E; }
span { border-color: rgb(142,38,110); }
td.TdClassName
{
border-color: #8E266E;
}
.TagClassName
{
border-color: #8E266E;
}
</style>