Shades of Dark Purple #8E1869
Tints of Dark Purple #8E1869
RGB
CMYK
RGB Variations
Color information
#8E1869 (or 0x8E1869) is known color: Dark Purple. HEX triplet: 8E, 18 and 69. RGB value is (142,24,105). Sum of RGB (Red+Green+Blue) = 142+24+105=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1869 is #71E796. Grayscale: #444444. Windows color (decimal): -7464855 or 6887566. OLE color: 6887566.
HSL color Cylindrical-coordinate representation of color #8E1869: hue angle of 318.81º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1869 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 105 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.44 |
| HSL | 318.81º | 0.71% | 0.33% | - |
| HSV(B) | 318.81º | 0.83% | 0.56% | - |
| XYZ | 14.03 | 7.42 | 14.06 | - |
| YUV | 68.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 105 | 0 | 0.83 | 0.26 | 0.44 | 318.81 | 0.71 | 0.33 |
| Hex | 8E | 18 | 69 | 0 | 53 | 1A | 2C | 13F | 47 | 21 |
| Octal | 216 | 30 | 151 | 0 | 123 | 32 | 54 | 477 | 107 | 41 |
| Binary | 10001110 | 11000 | 1101001 | 0 | 1010011 | 11010 | 101100 | 100111111 | 1000111 | 100001 |
Color Harmonies of #8E1869
Complementary color
Monochromatic Colors of #8E1869
Black with #8E1869
Text Example
Text Example
White with #8E1869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1869; }
p { color: rgb(142,24,105); }
H1.HeaderClassName
{
color: #8E1869;
}
.AnyTagClassName
{
color: #8E1869;
}
</style>
background-color css
<style>
a { background-color: #8E1869; }
a { background-color: rgb(142,24,105); }
div.DivClassName
{
background-color: #8E1869;
}
.BgClassName
{
background-color: #8E1869;
}
</style>
border-color css
<style>
span { border-color: #8E1869; }
span { border-color: rgb(142,24,105); }
td.TdClassName
{
border-color: #8E1869;
}
.TagClassName
{
border-color: #8E1869;
}
</style>