Shades of Dark Purple #8A1675
Tints of Dark Purple #8A1675
RGB
CMYK
RGB Variations
Color information
#8A1675 (or 0x8A1675) is known color: Dark Purple. HEX triplet: 8A, 16 and 75. RGB value is (138,22,117). Sum of RGB (Red+Green+Blue) = 138+22+117=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1675 is #75E98A. Grayscale: #434343. Windows color (decimal): -7727499 or 7673482. OLE color: 7673482.
HSL color Cylindrical-coordinate representation of color #8A1675: hue angle of 310.86º 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 #8A1675 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 117 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.46 |
| HSL | 310.86º | 0.73% | 0.31% | - |
| HSV(B) | 310.86º | 0.84% | 0.54% | - |
| XYZ | 13.98 | 7.26 | 17.49 | - |
| YUV | 67.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 117 | 0 | 0.84 | 0.15 | 0.46 | 310.86 | 0.73 | 0.31 |
| Hex | 8A | 16 | 75 | 0 | 54 | F | 2E | 137 | 48 | 1F |
| Octal | 212 | 26 | 165 | 0 | 124 | 17 | 56 | 467 | 110 | 37 |
| Binary | 10001010 | 10110 | 1110101 | 0 | 1010100 | 1111 | 101110 | 100110111 | 1001000 | 11111 |
Color Harmonies of #8A1675
Complementary color
Monochromatic Colors of #8A1675
Black with #8A1675
Text Example
Text Example
White with #8A1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1675; }
p { color: rgb(138,22,117); }
H1.HeaderClassName
{
color: #8A1675;
}
.AnyTagClassName
{
color: #8A1675;
}
</style>
background-color css
<style>
a { background-color: #8A1675; }
a { background-color: rgb(138,22,117); }
div.DivClassName
{
background-color: #8A1675;
}
.BgClassName
{
background-color: #8A1675;
}
</style>
border-color css
<style>
span { border-color: #8A1675; }
span { border-color: rgb(138,22,117); }
td.TdClassName
{
border-color: #8A1675;
}
.TagClassName
{
border-color: #8A1675;
}
</style>