Shades of Dark Purple #8A1569
Tints of Dark Purple #8A1569
RGB
CMYK
RGB Variations
Color information
#8A1569 (or 0x8A1569) is known color: Dark Purple. HEX triplet: 8A, 15 and 69. RGB value is (138,21,105). Sum of RGB (Red+Green+Blue) = 138+21+105=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1569 is #75EA96. Grayscale: #414141. Windows color (decimal): -7727767 or 6886794. OLE color: 6886794.
HSL color Cylindrical-coordinate representation of color #8A1569: hue angle of 316.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1569 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 21 | 105 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.46 |
| HSL | 316.92º | 0.74% | 0.31% | - |
| HSV(B) | 316.92º | 0.85% | 0.54% | - |
| XYZ | 13.3 | 6.96 | 14.01 | - |
| YUV | 65.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 105 | 0 | 0.85 | 0.24 | 0.46 | 316.92 | 0.74 | 0.31 |
| Hex | 8A | 15 | 69 | 0 | 55 | 18 | 2E | 13D | 4A | 1F |
| Octal | 212 | 25 | 151 | 0 | 125 | 30 | 56 | 475 | 112 | 37 |
| Binary | 10001010 | 10101 | 1101001 | 0 | 1010101 | 11000 | 101110 | 100111101 | 1001010 | 11111 |
Color Harmonies of #8A1569
Complementary color
Monochromatic Colors of #8A1569
Black with #8A1569
Text Example
Text Example
White with #8A1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1569; }
p { color: rgb(138,21,105); }
H1.HeaderClassName
{
color: #8A1569;
}
.AnyTagClassName
{
color: #8A1569;
}
</style>
background-color css
<style>
a { background-color: #8A1569; }
a { background-color: rgb(138,21,105); }
div.DivClassName
{
background-color: #8A1569;
}
.BgClassName
{
background-color: #8A1569;
}
</style>
border-color css
<style>
span { border-color: #8A1569; }
span { border-color: rgb(138,21,105); }
td.TdClassName
{
border-color: #8A1569;
}
.TagClassName
{
border-color: #8A1569;
}
</style>