Shades of Purple #8C097D
Tints of Purple #8C097D
RGB
CMYK
RGB Variations
Color information
#8C097D (or 0x8C097D) is known color: Purple. HEX triplet: 8C, 09 and 7D. RGB value is (140,9,125). Sum of RGB (Red+Green+Blue) = 140+9+125=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C097D is #73F682. Grayscale: #3D3D3D. Windows color (decimal): -7599747 or 8194444. OLE color: 8194444.
HSL color Cylindrical-coordinate representation of color #8C097D: hue angle of 306.87º 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 #8C097D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 125 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.45 |
| HSL | 306.87º | 0.88% | 0.29% | - |
| HSV(B) | 306.87º | 0.94% | 0.55% | - |
| XYZ | 14.61 | 7.25 | 20.03 | - |
| YUV | 61.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 125 | 0 | 0.94 | 0.11 | 0.45 | 306.87 | 0.88 | 0.29 |
| Hex | 8C | 9 | 7D | 0 | 5E | B | 2D | 133 | 58 | 1D |
| Octal | 214 | 11 | 175 | 0 | 136 | 13 | 55 | 463 | 130 | 35 |
| Binary | 10001100 | 1001 | 1111101 | 0 | 1011110 | 1011 | 101101 | 100110011 | 1011000 | 11101 |
Color Harmonies of #8C097D
Complementary color
Monochromatic Colors of #8C097D
Black with #8C097D
Text Example
Text Example
White with #8C097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C097D; }
p { color: rgb(140,9,125); }
H1.HeaderClassName
{
color: #8C097D;
}
.AnyTagClassName
{
color: #8C097D;
}
</style>
background-color css
<style>
a { background-color: #8C097D; }
a { background-color: rgb(140,9,125); }
div.DivClassName
{
background-color: #8C097D;
}
.BgClassName
{
background-color: #8C097D;
}
</style>
border-color css
<style>
span { border-color: #8C097D; }
span { border-color: rgb(140,9,125); }
td.TdClassName
{
border-color: #8C097D;
}
.TagClassName
{
border-color: #8C097D;
}
</style>