Shades of Purple #8A0175
Tints of Purple #8A0175
RGB
CMYK
RGB Variations
Color information
#8A0175 (or 0x8A0175) is known color: Purple. HEX triplet: 8A, 01 and 75. RGB value is (138,1,117). Sum of RGB (Red+Green+Blue) = 138+1+117=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0175 is #75FE8A. Grayscale: #363636. Windows color (decimal): -7732875 or 7668106. OLE color: 7668106.
HSL color Cylindrical-coordinate representation of color #8A0175: hue angle of 309.2º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0175 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.46 |
| HSL | 309.2º | 0.99% | 0.27% | - |
| HSV(B) | 309.2º | 0.99% | 0.54% | - |
| XYZ | 13.7 | 6.71 | 17.4 | - |
| YUV | 55.19 | 162.89 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 117 | 0 | 0.99 | 0.15 | 0.46 | 309.2 | 0.99 | 0.27 |
| Hex | 8A | 1 | 75 | 0 | 63 | F | 2E | 135 | 63 | 1B |
| Octal | 212 | 1 | 165 | 0 | 143 | 17 | 56 | 465 | 143 | 33 |
| Binary | 10001010 | 1 | 1110101 | 0 | 1100011 | 1111 | 101110 | 100110101 | 1100011 | 11011 |
Color Harmonies of #8A0175
Complementary color
Monochromatic Colors of #8A0175
Black with #8A0175
Text Example
Text Example
White with #8A0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0175; }
p { color: rgb(138,1,117); }
H1.HeaderClassName
{
color: #8A0175;
}
.AnyTagClassName
{
color: #8A0175;
}
</style>
background-color css
<style>
a { background-color: #8A0175; }
a { background-color: rgb(138,1,117); }
div.DivClassName
{
background-color: #8A0175;
}
.BgClassName
{
background-color: #8A0175;
}
</style>
border-color css
<style>
span { border-color: #8A0175; }
span { border-color: rgb(138,1,117); }
td.TdClassName
{
border-color: #8A0175;
}
.TagClassName
{
border-color: #8A0175;
}
</style>