Shades of Dark Purple #8A1764
Tints of Dark Purple #8A1764
RGB
CMYK
RGB Variations
Color information
#8A1764 (or 0x8A1764) is known color: Dark Purple. HEX triplet: 8A, 17 and 64. RGB value is (138,23,100). Sum of RGB (Red+Green+Blue) = 138+23+100=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1764 is #75E89B. Grayscale: #414141. Windows color (decimal): -7727260 or 6559626. OLE color: 6559626.
HSL color Cylindrical-coordinate representation of color #8A1764: hue angle of 319.83º degrees, saturation: 0.71, 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 #8A1764 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 100 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.46 |
| HSL | 319.83º | 0.71% | 0.32% | - |
| HSV(B) | 319.83º | 0.83% | 0.54% | - |
| XYZ | 13.09 | 6.94 | 12.71 | - |
| YUV | 66.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 100 | 0 | 0.83 | 0.28 | 0.46 | 319.83 | 0.71 | 0.32 |
| Hex | 8A | 17 | 64 | 0 | 53 | 1C | 2E | 140 | 47 | 20 |
| Octal | 212 | 27 | 144 | 0 | 123 | 34 | 56 | 500 | 107 | 40 |
| Binary | 10001010 | 10111 | 1100100 | 0 | 1010011 | 11100 | 101110 | 101000000 | 1000111 | 100000 |
Color Harmonies of #8A1764
Complementary color
Monochromatic Colors of #8A1764
Black with #8A1764
Text Example
Text Example
White with #8A1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1764; }
p { color: rgb(138,23,100); }
H1.HeaderClassName
{
color: #8A1764;
}
.AnyTagClassName
{
color: #8A1764;
}
</style>
background-color css
<style>
a { background-color: #8A1764; }
a { background-color: rgb(138,23,100); }
div.DivClassName
{
background-color: #8A1764;
}
.BgClassName
{
background-color: #8A1764;
}
</style>
border-color css
<style>
span { border-color: #8A1764; }
span { border-color: rgb(138,23,100); }
td.TdClassName
{
border-color: #8A1764;
}
.TagClassName
{
border-color: #8A1764;
}
</style>