Shades of Dark Purple #800E6D
Tints of Dark Purple #800E6D
RGB
CMYK
RGB Variations
Color information
#800E6D (or 0x800E6D) is known color: Dark Purple. HEX triplet: 80, 0E and 6D. RGB value is (128,14,109). Sum of RGB (Red+Green+Blue) = 128+14+109=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #800E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E6D is #7FF192. Grayscale: #3A3A3A. Windows color (decimal): -8384915 or 7147136. OLE color: 7147136.
HSL color Cylindrical-coordinate representation of color #800E6D: hue angle of 310º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E6D is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 109 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.50 |
| HSL | 310º | 0.8% | 0.28% | - |
| HSV(B) | 310º | 0.89% | 0.5% | - |
| XYZ | 11.82 | 6.01 | 15 | - |
| YUV | 58.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 109 | 0 | 0.89 | 0.15 | 0.50 | 310 | 0.8 | 0.28 |
| Hex | 80 | E | 6D | 0 | 59 | F | 32 | 136 | 50 | 1C |
| Octal | 200 | 16 | 155 | 0 | 131 | 17 | 62 | 466 | 120 | 34 |
| Binary | 10000000 | 1110 | 1101101 | 0 | 1011001 | 1111 | 110010 | 100110110 | 1010000 | 11100 |
Color Harmonies of #800E6D
Complementary color
Monochromatic Colors of #800E6D
Black with #800E6D
Text Example
Text Example
White with #800E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E6D; }
p { color: rgb(128,14,109); }
H1.HeaderClassName
{
color: #800E6D;
}
.AnyTagClassName
{
color: #800E6D;
}
</style>
background-color css
<style>
a { background-color: #800E6D; }
a { background-color: rgb(128,14,109); }
div.DivClassName
{
background-color: #800E6D;
}
.BgClassName
{
background-color: #800E6D;
}
</style>
border-color css
<style>
span { border-color: #800E6D; }
span { border-color: rgb(128,14,109); }
td.TdClassName
{
border-color: #800E6D;
}
.TagClassName
{
border-color: #800E6D;
}
</style>