Shades of Purple #8C097A
Tints of Purple #8C097A
RGB
CMYK
RGB Variations
Color information
#8C097A (or 0x8C097A) is known color: Purple. HEX triplet: 8C, 09 and 7A. RGB value is (140,9,122). Sum of RGB (Red+Green+Blue) = 140+9+122=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C097A is #73F685. Grayscale: #3C3C3C. Windows color (decimal): -7599750 or 7997836. OLE color: 7997836.
HSL color Cylindrical-coordinate representation of color #8C097A: hue angle of 308.24º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C097A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.45 |
| HSL | 308.24º | 0.88% | 0.29% | - |
| HSV(B) | 308.24º | 0.94% | 0.55% | - |
| XYZ | 14.43 | 7.18 | 19.04 | - |
| YUV | 61.05 | 162.4 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 122 | 0 | 0.94 | 0.13 | 0.45 | 308.24 | 0.88 | 0.29 |
| Hex | 8C | 9 | 7A | 0 | 5E | D | 2D | 134 | 58 | 1D |
| Octal | 214 | 11 | 172 | 0 | 136 | 15 | 55 | 464 | 130 | 35 |
| Binary | 10001100 | 1001 | 1111010 | 0 | 1011110 | 1101 | 101101 | 100110100 | 1011000 | 11101 |
Color Harmonies of #8C097A
Complementary color
Monochromatic Colors of #8C097A
Black with #8C097A
Text Example
Text Example
White with #8C097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C097A; }
p { color: rgb(140,9,122); }
H1.HeaderClassName
{
color: #8C097A;
}
.AnyTagClassName
{
color: #8C097A;
}
</style>
background-color css
<style>
a { background-color: #8C097A; }
a { background-color: rgb(140,9,122); }
div.DivClassName
{
background-color: #8C097A;
}
.BgClassName
{
background-color: #8C097A;
}
</style>
border-color css
<style>
span { border-color: #8C097A; }
span { border-color: rgb(140,9,122); }
td.TdClassName
{
border-color: #8C097A;
}
.TagClassName
{
border-color: #8C097A;
}
</style>