Shades of Dark Purple #801A8A
Tints of Dark Purple #801A8A
RGB
CMYK
RGB Variations
Color information
#801A8A (or 0x801A8A) is known color: Dark Purple. HEX triplet: 80, 1A and 8A. RGB value is (128,26,138). Sum of RGB (Red+Green+Blue) = 128+26+138=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #801A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801A8A is #7FE575. Grayscale: #444444. Windows color (decimal): -8381814 or 9050752. OLE color: 9050752.
HSL color Cylindrical-coordinate representation of color #801A8A: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801A8A is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 26 | 138 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.46 |
| HSL | 294.64º | 0.68% | 0.32% | - |
| HSV(B) | 294.64º | 0.81% | 0.54% | - |
| XYZ | 13.86 | 7.16 | 24.7 | - |
| YUV | 69.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 138 | 0.07 | 0.81 | 0 | 0.46 | 294.64 | 0.68 | 0.32 |
| Hex | 80 | 1A | 8A | 7 | 51 | 0 | 2E | 127 | 44 | 20 |
| Octal | 200 | 32 | 212 | 7 | 121 | 0 | 56 | 447 | 104 | 40 |
| Binary | 10000000 | 11010 | 10001010 | 111 | 1010001 | 0 | 101110 | 100100111 | 1000100 | 100000 |
Color Harmonies of #801A8A
Complementary color
Monochromatic Colors of #801A8A
Black with #801A8A
Text Example
Text Example
White with #801A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A8A; }
p { color: rgb(128,26,138); }
H1.HeaderClassName
{
color: #801A8A;
}
.AnyTagClassName
{
color: #801A8A;
}
</style>
background-color css
<style>
a { background-color: #801A8A; }
a { background-color: rgb(128,26,138); }
div.DivClassName
{
background-color: #801A8A;
}
.BgClassName
{
background-color: #801A8A;
}
</style>
border-color css
<style>
span { border-color: #801A8A; }
span { border-color: rgb(128,26,138); }
td.TdClassName
{
border-color: #801A8A;
}
.TagClassName
{
border-color: #801A8A;
}
</style>