Shades of Dark Purple #8E2569
Tints of Dark Purple #8E2569
RGB
CMYK
RGB Variations
Color information
#8E2569 (or 0x8E2569) is known color: Dark Purple. HEX triplet: 8E, 25 and 69. RGB value is (142,37,105). Sum of RGB (Red+Green+Blue) = 142+37+105=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2569 is #71DA96. Grayscale: #4B4B4B. Windows color (decimal): -7461527 or 6890894. OLE color: 6890894.
HSL color Cylindrical-coordinate representation of color #8E2569: hue angle of 321.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2569 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 105 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.44 |
| HSL | 321.14º | 0.59% | 0.35% | - |
| HSV(B) | 321.14º | 0.74% | 0.56% | - |
| XYZ | 14.37 | 8.09 | 14.17 | - |
| YUV | 76.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 105 | 0 | 0.74 | 0.26 | 0.44 | 321.14 | 0.59 | 0.35 |
| Hex | 8E | 25 | 69 | 0 | 4A | 1A | 2C | 141 | 3B | 23 |
| Octal | 216 | 45 | 151 | 0 | 112 | 32 | 54 | 501 | 73 | 43 |
| Binary | 10001110 | 100101 | 1101001 | 0 | 1001010 | 11010 | 101100 | 101000001 | 111011 | 100011 |
Color Harmonies of #8E2569
Complementary color
Monochromatic Colors of #8E2569
Black with #8E2569
Text Example
Text Example
White with #8E2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2569; }
p { color: rgb(142,37,105); }
H1.HeaderClassName
{
color: #8E2569;
}
.AnyTagClassName
{
color: #8E2569;
}
</style>
background-color css
<style>
a { background-color: #8E2569; }
a { background-color: rgb(142,37,105); }
div.DivClassName
{
background-color: #8E2569;
}
.BgClassName
{
background-color: #8E2569;
}
</style>
border-color css
<style>
span { border-color: #8E2569; }
span { border-color: rgb(142,37,105); }
td.TdClassName
{
border-color: #8E2569;
}
.TagClassName
{
border-color: #8E2569;
}
</style>