Shades of Dark Purple #8A1768
Tints of Dark Purple #8A1768
RGB
CMYK
RGB Variations
Color information
#8A1768 (or 0x8A1768) is known color: Dark Purple. HEX triplet: 8A, 17 and 68. RGB value is (138,23,104). Sum of RGB (Red+Green+Blue) = 138+23+104=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1768 is #75E897. Grayscale: #424242. Windows color (decimal): -7727256 or 6821770. OLE color: 6821770.
HSL color Cylindrical-coordinate representation of color #8A1768: hue angle of 317.74º 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 #8A1768 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 23 | 104 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.46 |
| HSL | 317.74º | 0.71% | 0.32% | - |
| HSV(B) | 317.74º | 0.83% | 0.54% | - |
| XYZ | 13.29 | 7.02 | 13.75 | - |
| YUV | 66.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 104 | 0 | 0.83 | 0.25 | 0.46 | 317.74 | 0.71 | 0.32 |
| Hex | 8A | 17 | 68 | 0 | 53 | 19 | 2E | 13E | 47 | 20 |
| Octal | 212 | 27 | 150 | 0 | 123 | 31 | 56 | 476 | 107 | 40 |
| Binary | 10001010 | 10111 | 1101000 | 0 | 1010011 | 11001 | 101110 | 100111110 | 1000111 | 100000 |
Color Harmonies of #8A1768
Complementary color
Monochromatic Colors of #8A1768
Black with #8A1768
Text Example
Text Example
White with #8A1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1768; }
p { color: rgb(138,23,104); }
H1.HeaderClassName
{
color: #8A1768;
}
.AnyTagClassName
{
color: #8A1768;
}
</style>
background-color css
<style>
a { background-color: #8A1768; }
a { background-color: rgb(138,23,104); }
div.DivClassName
{
background-color: #8A1768;
}
.BgClassName
{
background-color: #8A1768;
}
</style>
border-color css
<style>
span { border-color: #8A1768; }
span { border-color: rgb(138,23,104); }
td.TdClassName
{
border-color: #8A1768;
}
.TagClassName
{
border-color: #8A1768;
}
</style>