Shades of Dark Purple #8A1665
Tints of Dark Purple #8A1665
RGB
CMYK
RGB Variations
Color information
#8A1665 (or 0x8A1665) is known color: Dark Purple. HEX triplet: 8A, 16 and 65. RGB value is (138,22,101). Sum of RGB (Red+Green+Blue) = 138+22+101=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1665 is #75E99A. Grayscale: #414141. Windows color (decimal): -7727515 or 6624906. OLE color: 6624906.
HSL color Cylindrical-coordinate representation of color #8A1665: hue angle of 319.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1665 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 101 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.46 |
| HSL | 319.14º | 0.73% | 0.31% | - |
| HSV(B) | 319.14º | 0.84% | 0.54% | - |
| XYZ | 13.12 | 6.92 | 12.96 | - |
| YUV | 65.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 101 | 0 | 0.84 | 0.27 | 0.46 | 319.14 | 0.73 | 0.31 |
| Hex | 8A | 16 | 65 | 0 | 54 | 1B | 2E | 13F | 48 | 1F |
| Octal | 212 | 26 | 145 | 0 | 124 | 33 | 56 | 477 | 110 | 37 |
| Binary | 10001010 | 10110 | 1100101 | 0 | 1010100 | 11011 | 101110 | 100111111 | 1001000 | 11111 |
Color Harmonies of #8A1665
Complementary color
Monochromatic Colors of #8A1665
Black with #8A1665
Text Example
Text Example
White with #8A1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1665; }
p { color: rgb(138,22,101); }
H1.HeaderClassName
{
color: #8A1665;
}
.AnyTagClassName
{
color: #8A1665;
}
</style>
background-color css
<style>
a { background-color: #8A1665; }
a { background-color: rgb(138,22,101); }
div.DivClassName
{
background-color: #8A1665;
}
.BgClassName
{
background-color: #8A1665;
}
</style>
border-color css
<style>
span { border-color: #8A1665; }
span { border-color: rgb(138,22,101); }
td.TdClassName
{
border-color: #8A1665;
}
.TagClassName
{
border-color: #8A1665;
}
</style>