Shades of Dark Purple #8E1B6F
Tints of Dark Purple #8E1B6F
RGB
CMYK
RGB Variations
Color information
#8E1B6F (or 0x8E1B6F) is known color: Dark Purple. HEX triplet: 8E, 1B and 6F. RGB value is (142,27,111). Sum of RGB (Red+Green+Blue) = 142+27+111=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B6F is #71E490. Grayscale: #464646. Windows color (decimal): -7464081 or 7281550. OLE color: 7281550.
HSL color Cylindrical-coordinate representation of color #8E1B6F: hue angle of 316.17º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B6F is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 111 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.44 |
| HSL | 316.17º | 0.68% | 0.33% | - |
| HSV(B) | 316.17º | 0.81% | 0.56% | - |
| XYZ | 14.42 | 7.68 | 15.76 | - |
| YUV | 70.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 111 | 0 | 0.81 | 0.22 | 0.44 | 316.17 | 0.68 | 0.33 |
| Hex | 8E | 1B | 6F | 0 | 51 | 16 | 2C | 13C | 44 | 21 |
| Octal | 216 | 33 | 157 | 0 | 121 | 26 | 54 | 474 | 104 | 41 |
| Binary | 10001110 | 11011 | 1101111 | 0 | 1010001 | 10110 | 101100 | 100111100 | 1000100 | 100001 |
Color Harmonies of #8E1B6F
Complementary color
Monochromatic Colors of #8E1B6F
Black with #8E1B6F
Text Example
Text Example
White with #8E1B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B6F; }
p { color: rgb(142,27,111); }
H1.HeaderClassName
{
color: #8E1B6F;
}
.AnyTagClassName
{
color: #8E1B6F;
}
</style>
background-color css
<style>
a { background-color: #8E1B6F; }
a { background-color: rgb(142,27,111); }
div.DivClassName
{
background-color: #8E1B6F;
}
.BgClassName
{
background-color: #8E1B6F;
}
</style>
border-color css
<style>
span { border-color: #8E1B6F; }
span { border-color: rgb(142,27,111); }
td.TdClassName
{
border-color: #8E1B6F;
}
.TagClassName
{
border-color: #8E1B6F;
}
</style>