Shades of Dark Purple #8A1668
Tints of Dark Purple #8A1668
RGB
CMYK
RGB Variations
Color information
#8A1668 (or 0x8A1668) is known color: Dark Purple. HEX triplet: 8A, 16 and 68. RGB value is (138,22,104). Sum of RGB (Red+Green+Blue) = 138+22+104=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1668 is #75E997. Grayscale: #414141. Windows color (decimal): -7727512 or 6821514. OLE color: 6821514.
HSL color Cylindrical-coordinate representation of color #8A1668: hue angle of 317.59º 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 #8A1668 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 104 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.46 |
| HSL | 317.59º | 0.73% | 0.31% | - |
| HSV(B) | 317.59º | 0.84% | 0.54% | - |
| XYZ | 13.27 | 6.98 | 13.74 | - |
| YUV | 66.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 104 | 0 | 0.84 | 0.25 | 0.46 | 317.59 | 0.73 | 0.31 |
| Hex | 8A | 16 | 68 | 0 | 54 | 19 | 2E | 13E | 48 | 1F |
| Octal | 212 | 26 | 150 | 0 | 124 | 31 | 56 | 476 | 110 | 37 |
| Binary | 10001010 | 10110 | 1101000 | 0 | 1010100 | 11001 | 101110 | 100111110 | 1001000 | 11111 |
Color Harmonies of #8A1668
Complementary color
Monochromatic Colors of #8A1668
Black with #8A1668
Text Example
Text Example
White with #8A1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1668; }
p { color: rgb(138,22,104); }
H1.HeaderClassName
{
color: #8A1668;
}
.AnyTagClassName
{
color: #8A1668;
}
</style>
background-color css
<style>
a { background-color: #8A1668; }
a { background-color: rgb(138,22,104); }
div.DivClassName
{
background-color: #8A1668;
}
.BgClassName
{
background-color: #8A1668;
}
</style>
border-color css
<style>
span { border-color: #8A1668; }
span { border-color: rgb(138,22,104); }
td.TdClassName
{
border-color: #8A1668;
}
.TagClassName
{
border-color: #8A1668;
}
</style>