Shades of Dark Purple #8A196F
Tints of Dark Purple #8A196F
RGB
CMYK
RGB Variations
Color information
#8A196F (or 0x8A196F) is known color: Dark Purple. HEX triplet: 8A, 19 and 6F. RGB value is (138,25,111). Sum of RGB (Red+Green+Blue) = 138+25+111=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A196F is #75E690. Grayscale: #444444. Windows color (decimal): -7726737 or 7281034. OLE color: 7281034.
HSL color Cylindrical-coordinate representation of color #8A196F: hue angle of 314.34º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A196F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 111 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.46 |
| HSL | 314.34º | 0.69% | 0.32% | - |
| HSV(B) | 314.34º | 0.82% | 0.54% | - |
| XYZ | 13.7 | 7.25 | 15.72 | - |
| YUV | 68.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 111 | 0 | 0.82 | 0.20 | 0.46 | 314.34 | 0.69 | 0.32 |
| Hex | 8A | 19 | 6F | 0 | 52 | 14 | 2E | 13A | 45 | 20 |
| Octal | 212 | 31 | 157 | 0 | 122 | 24 | 56 | 472 | 105 | 40 |
| Binary | 10001010 | 11001 | 1101111 | 0 | 1010010 | 10100 | 101110 | 100111010 | 1000101 | 100000 |
Color Harmonies of #8A196F
Complementary color
Monochromatic Colors of #8A196F
Black with #8A196F
Text Example
Text Example
White with #8A196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A196F; }
p { color: rgb(138,25,111); }
H1.HeaderClassName
{
color: #8A196F;
}
.AnyTagClassName
{
color: #8A196F;
}
</style>
background-color css
<style>
a { background-color: #8A196F; }
a { background-color: rgb(138,25,111); }
div.DivClassName
{
background-color: #8A196F;
}
.BgClassName
{
background-color: #8A196F;
}
</style>
border-color css
<style>
span { border-color: #8A196F; }
span { border-color: rgb(138,25,111); }
td.TdClassName
{
border-color: #8A196F;
}
.TagClassName
{
border-color: #8A196F;
}
</style>