Shades of Dark Purple #8A188A
Tints of Dark Purple #8A188A
RGB
CMYK
RGB Variations
Color information
#8A188A (or 0x8A188A) is known color: Dark Purple. HEX triplet: 8A, 18 and 8A. RGB value is (138,24,138). Sum of RGB (Red+Green+Blue) = 138+24+138=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A188A is #75E775. Grayscale: #464646. Windows color (decimal): -7726966 or 9050250. OLE color: 9050250.
HSL color Cylindrical-coordinate representation of color #8A188A: hue angle of 300º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A188A is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 138 | - |
| CMYK | 0 | 0.83 | 0 | 0.46 |
| HSL | 300º | 0.7% | 0.32% | - |
| HSV(B) | 300º | 0.83% | 0.54% | - |
| XYZ | 15.4 | 7.89 | 24.76 | - |
| YUV | 71.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 138 | 0 | 0.83 | 0 | 0.46 | 300 | 0.7 | 0.32 |
| Hex | 8A | 18 | 8A | 0 | 53 | 0 | 2E | 12C | 46 | 20 |
| Octal | 212 | 30 | 212 | 0 | 123 | 0 | 56 | 454 | 106 | 40 |
| Binary | 10001010 | 11000 | 10001010 | 0 | 1010011 | 0 | 101110 | 100101100 | 1000110 | 100000 |
Color Harmonies of #8A188A
Complementary color
Monochromatic Colors of #8A188A
Black with #8A188A
Text Example
Text Example
White with #8A188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A188A; }
p { color: rgb(138,24,138); }
H1.HeaderClassName
{
color: #8A188A;
}
.AnyTagClassName
{
color: #8A188A;
}
</style>
background-color css
<style>
a { background-color: #8A188A; }
a { background-color: rgb(138,24,138); }
div.DivClassName
{
background-color: #8A188A;
}
.BgClassName
{
background-color: #8A188A;
}
</style>
border-color css
<style>
span { border-color: #8A188A; }
span { border-color: rgb(138,24,138); }
td.TdClassName
{
border-color: #8A188A;
}
.TagClassName
{
border-color: #8A188A;
}
</style>