Shades of Dark Purple #8E217E
Tints of Dark Purple #8E217E
RGB
CMYK
RGB Variations
Color information
#8E217E (or 0x8E217E) is known color: Dark Purple. HEX triplet: 8E, 21 and 7E. RGB value is (142,33,126). Sum of RGB (Red+Green+Blue) = 142+33+126=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E217E is #71DE81. Grayscale: #4B4B4B. Windows color (decimal): -7462530 or 8266126. OLE color: 8266126.
HSL color Cylindrical-coordinate representation of color #8E217E: hue angle of 308.81º degrees, saturation: 0.62, 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 #8E217E is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 126 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.44 |
| HSL | 308.81º | 0.62% | 0.34% | - |
| HSV(B) | 308.81º | 0.77% | 0.56% | - |
| XYZ | 15.47 | 8.34 | 20.53 | - |
| YUV | 76.19 | 156.11 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 126 | 0 | 0.77 | 0.11 | 0.44 | 308.81 | 0.62 | 0.34 |
| Hex | 8E | 21 | 7E | 0 | 4D | B | 2C | 135 | 3E | 22 |
| Octal | 216 | 41 | 176 | 0 | 115 | 13 | 54 | 465 | 76 | 42 |
| Binary | 10001110 | 100001 | 1111110 | 0 | 1001101 | 1011 | 101100 | 100110101 | 111110 | 100010 |
Color Harmonies of #8E217E
Complementary color
Monochromatic Colors of #8E217E
Black with #8E217E
Text Example
Text Example
White with #8E217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E217E; }
p { color: rgb(142,33,126); }
H1.HeaderClassName
{
color: #8E217E;
}
.AnyTagClassName
{
color: #8E217E;
}
</style>
background-color css
<style>
a { background-color: #8E217E; }
a { background-color: rgb(142,33,126); }
div.DivClassName
{
background-color: #8E217E;
}
.BgClassName
{
background-color: #8E217E;
}
</style>
border-color css
<style>
span { border-color: #8E217E; }
span { border-color: rgb(142,33,126); }
td.TdClassName
{
border-color: #8E217E;
}
.TagClassName
{
border-color: #8E217E;
}
</style>