Shades of Dark Purple #801D89
Tints of Dark Purple #801D89
RGB
CMYK
RGB Variations
Color information
#801D89 (or 0x801D89) is known color: Dark Purple. HEX triplet: 80, 1D and 89. RGB value is (128,29,137). Sum of RGB (Red+Green+Blue) = 128+29+137=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #801D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D89 is #7FE276. Grayscale: #464646. Windows color (decimal): -8381047 or 8985984. OLE color: 8985984.
HSL color Cylindrical-coordinate representation of color #801D89: hue angle of 295º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #801D89 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 29 | 137 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.46 |
| HSL | 295º | 0.65% | 0.33% | - |
| HSV(B) | 295º | 0.79% | 0.54% | - |
| XYZ | 13.86 | 7.27 | 24.34 | - |
| YUV | 70.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 137 | 0.07 | 0.79 | 0 | 0.46 | 295 | 0.65 | 0.33 |
| Hex | 80 | 1D | 89 | 7 | 4F | 0 | 2E | 127 | 41 | 21 |
| Octal | 200 | 35 | 211 | 7 | 117 | 0 | 56 | 447 | 101 | 41 |
| Binary | 10000000 | 11101 | 10001001 | 111 | 1001111 | 0 | 101110 | 100100111 | 1000001 | 100001 |
Color Harmonies of #801D89
Complementary color
Monochromatic Colors of #801D89
Black with #801D89
Text Example
Text Example
White with #801D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801D89; }
p { color: rgb(128,29,137); }
H1.HeaderClassName
{
color: #801D89;
}
.AnyTagClassName
{
color: #801D89;
}
</style>
background-color css
<style>
a { background-color: #801D89; }
a { background-color: rgb(128,29,137); }
div.DivClassName
{
background-color: #801D89;
}
.BgClassName
{
background-color: #801D89;
}
</style>
border-color css
<style>
span { border-color: #801D89; }
span { border-color: rgb(128,29,137); }
td.TdClassName
{
border-color: #801D89;
}
.TagClassName
{
border-color: #801D89;
}
</style>