Shades of Dark Purple #8A166F
Tints of Dark Purple #8A166F
RGB
CMYK
RGB Variations
Color information
#8A166F (or 0x8A166F) is known color: Dark Purple. HEX triplet: 8A, 16 and 6F. RGB value is (138,22,111). Sum of RGB (Red+Green+Blue) = 138+22+111=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A166F is #75E990. Grayscale: #424242. Windows color (decimal): -7727505 or 7280266. OLE color: 7280266.
HSL color Cylindrical-coordinate representation of color #8A166F: hue angle of 313.97º 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 #8A166F is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 111 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.46 |
| HSL | 313.97º | 0.73% | 0.31% | - |
| HSV(B) | 313.97º | 0.84% | 0.54% | - |
| XYZ | 13.64 | 7.12 | 15.7 | - |
| YUV | 66.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 111 | 0 | 0.84 | 0.20 | 0.46 | 313.97 | 0.73 | 0.31 |
| Hex | 8A | 16 | 6F | 0 | 54 | 14 | 2E | 13A | 48 | 1F |
| Octal | 212 | 26 | 157 | 0 | 124 | 24 | 56 | 472 | 110 | 37 |
| Binary | 10001010 | 10110 | 1101111 | 0 | 1010100 | 10100 | 101110 | 100111010 | 1001000 | 11111 |
Color Harmonies of #8A166F
Complementary color
Monochromatic Colors of #8A166F
Black with #8A166F
Text Example
Text Example
White with #8A166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A166F; }
p { color: rgb(138,22,111); }
H1.HeaderClassName
{
color: #8A166F;
}
.AnyTagClassName
{
color: #8A166F;
}
</style>
background-color css
<style>
a { background-color: #8A166F; }
a { background-color: rgb(138,22,111); }
div.DivClassName
{
background-color: #8A166F;
}
.BgClassName
{
background-color: #8A166F;
}
</style>
border-color css
<style>
span { border-color: #8A166F; }
span { border-color: rgb(138,22,111); }
td.TdClassName
{
border-color: #8A166F;
}
.TagClassName
{
border-color: #8A166F;
}
</style>