Shades of Dark Purple #8A1988
Tints of Dark Purple #8A1988
RGB
CMYK
RGB Variations
Color information
#8A1988 (or 0x8A1988) is known color: Dark Purple. HEX triplet: 8A, 19 and 88. RGB value is (138,25,136). Sum of RGB (Red+Green+Blue) = 138+25+136=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1988 is #75E677. Grayscale: #474747. Windows color (decimal): -7726712 or 8919434. OLE color: 8919434.
HSL color Cylindrical-coordinate representation of color #8A1988: hue angle of 301.06º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1988 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 136 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.46 |
| HSL | 301.06º | 0.69% | 0.32% | - |
| HSV(B) | 301.06º | 0.82% | 0.54% | - |
| XYZ | 15.27 | 7.88 | 24.01 | - |
| YUV | 71.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 136 | 0 | 0.82 | 0.01 | 0.46 | 301.06 | 0.69 | 0.32 |
| Hex | 8A | 19 | 88 | 0 | 52 | 1 | 2E | 12D | 45 | 20 |
| Octal | 212 | 31 | 210 | 0 | 122 | 1 | 56 | 455 | 105 | 40 |
| Binary | 10001010 | 11001 | 10001000 | 0 | 1010010 | 1 | 101110 | 100101101 | 1000101 | 100000 |
Color Harmonies of #8A1988
Complementary color
Monochromatic Colors of #8A1988
Black with #8A1988
Text Example
Text Example
White with #8A1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1988; }
p { color: rgb(138,25,136); }
H1.HeaderClassName
{
color: #8A1988;
}
.AnyTagClassName
{
color: #8A1988;
}
</style>
background-color css
<style>
a { background-color: #8A1988; }
a { background-color: rgb(138,25,136); }
div.DivClassName
{
background-color: #8A1988;
}
.BgClassName
{
background-color: #8A1988;
}
</style>
border-color css
<style>
span { border-color: #8A1988; }
span { border-color: rgb(138,25,136); }
td.TdClassName
{
border-color: #8A1988;
}
.TagClassName
{
border-color: #8A1988;
}
</style>