Shades of Dark Purple #8A166D
Tints of Dark Purple #8A166D
RGB
CMYK
RGB Variations
Color information
#8A166D (or 0x8A166D) is known color: Dark Purple. HEX triplet: 8A, 16 and 6D. RGB value is (138,22,109). Sum of RGB (Red+Green+Blue) = 138+22+109=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A166D is #75E992. Grayscale: #424242. Windows color (decimal): -7727507 or 7149194. OLE color: 7149194.
HSL color Cylindrical-coordinate representation of color #8A166D: hue angle of 315º 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 #8A166D is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 109 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.46 |
| HSL | 315º | 0.73% | 0.31% | - |
| HSV(B) | 315º | 0.84% | 0.54% | - |
| XYZ | 13.53 | 7.08 | 15.12 | - |
| YUV | 66.6 | 151.93 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 109 | 0 | 0.84 | 0.21 | 0.46 | 315 | 0.73 | 0.31 |
| Hex | 8A | 16 | 6D | 0 | 54 | 15 | 2E | 13B | 48 | 1F |
| Octal | 212 | 26 | 155 | 0 | 124 | 25 | 56 | 473 | 110 | 37 |
| Binary | 10001010 | 10110 | 1101101 | 0 | 1010100 | 10101 | 101110 | 100111011 | 1001000 | 11111 |
Color Harmonies of #8A166D
Complementary color
Monochromatic Colors of #8A166D
Black with #8A166D
Text Example
Text Example
White with #8A166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A166D; }
p { color: rgb(138,22,109); }
H1.HeaderClassName
{
color: #8A166D;
}
.AnyTagClassName
{
color: #8A166D;
}
</style>
background-color css
<style>
a { background-color: #8A166D; }
a { background-color: rgb(138,22,109); }
div.DivClassName
{
background-color: #8A166D;
}
.BgClassName
{
background-color: #8A166D;
}
</style>
border-color css
<style>
span { border-color: #8A166D; }
span { border-color: rgb(138,22,109); }
td.TdClassName
{
border-color: #8A166D;
}
.TagClassName
{
border-color: #8A166D;
}
</style>