Shades of Dark Purple #8A186F
Tints of Dark Purple #8A186F
RGB
CMYK
RGB Variations
Color information
#8A186F (or 0x8A186F) is known color: Dark Purple. HEX triplet: 8A, 18 and 6F. RGB value is (138,24,111). Sum of RGB (Red+Green+Blue) = 138+24+111=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A186F is #75E790. Grayscale: #434343. Windows color (decimal): -7726993 or 7280778. OLE color: 7280778.
HSL color Cylindrical-coordinate representation of color #8A186F: hue angle of 314.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A186F is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 111 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.46 |
| HSL | 314.21º | 0.7% | 0.32% | - |
| HSV(B) | 314.21º | 0.83% | 0.54% | - |
| XYZ | 13.68 | 7.2 | 15.71 | - |
| YUV | 68 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 111 | 0 | 0.83 | 0.20 | 0.46 | 314.21 | 0.7 | 0.32 |
| Hex | 8A | 18 | 6F | 0 | 53 | 14 | 2E | 13A | 46 | 20 |
| Octal | 212 | 30 | 157 | 0 | 123 | 24 | 56 | 472 | 106 | 40 |
| Binary | 10001010 | 11000 | 1101111 | 0 | 1010011 | 10100 | 101110 | 100111010 | 1000110 | 100000 |
Color Harmonies of #8A186F
Complementary color
Monochromatic Colors of #8A186F
Black with #8A186F
Text Example
Text Example
White with #8A186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A186F; }
p { color: rgb(138,24,111); }
H1.HeaderClassName
{
color: #8A186F;
}
.AnyTagClassName
{
color: #8A186F;
}
</style>
background-color css
<style>
a { background-color: #8A186F; }
a { background-color: rgb(138,24,111); }
div.DivClassName
{
background-color: #8A186F;
}
.BgClassName
{
background-color: #8A186F;
}
</style>
border-color css
<style>
span { border-color: #8A186F; }
span { border-color: rgb(138,24,111); }
td.TdClassName
{
border-color: #8A186F;
}
.TagClassName
{
border-color: #8A186F;
}
</style>