Shades of Dark Purple #8A1C80
Tints of Dark Purple #8A1C80
RGB
CMYK
RGB Variations
Color information
#8A1C80 (or 0x8A1C80) is known color: Dark Purple. HEX triplet: 8A, 1C and 80. RGB value is (138,28,128). Sum of RGB (Red+Green+Blue) = 138+28+128=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1C80 is #75E37F. Grayscale: #484848. Windows color (decimal): -7725952 or 8395914. OLE color: 8395914.
HSL color Cylindrical-coordinate representation of color #8A1C80: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C80 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 128 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.46 |
| HSL | 305.45º | 0.66% | 0.33% | - |
| HSV(B) | 305.45º | 0.8% | 0.54% | - |
| XYZ | 14.79 | 7.79 | 21.15 | - |
| YUV | 72.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 128 | 0 | 0.80 | 0.07 | 0.46 | 305.45 | 0.66 | 0.33 |
| Hex | 8A | 1C | 80 | 0 | 50 | 7 | 2E | 131 | 42 | 21 |
| Octal | 212 | 34 | 200 | 0 | 120 | 7 | 56 | 461 | 102 | 41 |
| Binary | 10001010 | 11100 | 10000000 | 0 | 1010000 | 111 | 101110 | 100110001 | 1000010 | 100001 |
Color Harmonies of #8A1C80
Complementary color
Monochromatic Colors of #8A1C80
Black with #8A1C80
Text Example
Text Example
White with #8A1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C80; }
p { color: rgb(138,28,128); }
H1.HeaderClassName
{
color: #8A1C80;
}
.AnyTagClassName
{
color: #8A1C80;
}
</style>
background-color css
<style>
a { background-color: #8A1C80; }
a { background-color: rgb(138,28,128); }
div.DivClassName
{
background-color: #8A1C80;
}
.BgClassName
{
background-color: #8A1C80;
}
</style>
border-color css
<style>
span { border-color: #8A1C80; }
span { border-color: rgb(138,28,128); }
td.TdClassName
{
border-color: #8A1C80;
}
.TagClassName
{
border-color: #8A1C80;
}
</style>