Shades of Dark Purple #8A1075
Tints of Dark Purple #8A1075
RGB
CMYK
RGB Variations
Color information
#8A1075 (or 0x8A1075) is known color: Dark Purple. HEX triplet: 8A, 10 and 75. RGB value is (138,16,117). Sum of RGB (Red+Green+Blue) = 138+16+117=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1075 is #75EF8A. Grayscale: #3F3F3F. Windows color (decimal): -7729035 or 7671946. OLE color: 7671946.
HSL color Cylindrical-coordinate representation of color #8A1075: hue angle of 310.33º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1075 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 117 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.46 |
| HSL | 310.33º | 0.79% | 0.3% | - |
| HSV(B) | 310.33º | 0.88% | 0.54% | - |
| XYZ | 13.88 | 7.06 | 17.46 | - |
| YUV | 63.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 117 | 0 | 0.88 | 0.15 | 0.46 | 310.33 | 0.79 | 0.3 |
| Hex | 8A | 10 | 75 | 0 | 58 | F | 2E | 136 | 4F | 1E |
| Octal | 212 | 20 | 165 | 0 | 130 | 17 | 56 | 466 | 117 | 36 |
| Binary | 10001010 | 10000 | 1110101 | 0 | 1011000 | 1111 | 101110 | 100110110 | 1001111 | 11110 |
Color Harmonies of #8A1075
Complementary color
Monochromatic Colors of #8A1075
Black with #8A1075
Text Example
Text Example
White with #8A1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1075; }
p { color: rgb(138,16,117); }
H1.HeaderClassName
{
color: #8A1075;
}
.AnyTagClassName
{
color: #8A1075;
}
</style>
background-color css
<style>
a { background-color: #8A1075; }
a { background-color: rgb(138,16,117); }
div.DivClassName
{
background-color: #8A1075;
}
.BgClassName
{
background-color: #8A1075;
}
</style>
border-color css
<style>
span { border-color: #8A1075; }
span { border-color: rgb(138,16,117); }
td.TdClassName
{
border-color: #8A1075;
}
.TagClassName
{
border-color: #8A1075;
}
</style>