Shades of Purple #8C097E
Tints of Purple #8C097E
RGB
CMYK
RGB Variations
Color information
#8C097E (or 0x8C097E) is known color: Purple. HEX triplet: 8C, 09 and 7E. RGB value is (140,9,126). Sum of RGB (Red+Green+Blue) = 140+9+126=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C097E is #73F681. Grayscale: #3D3D3D. Windows color (decimal): -7599746 or 8259980. OLE color: 8259980.
HSL color Cylindrical-coordinate representation of color #8C097E: hue angle of 306.41º 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 #8C097E is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.45 |
| HSL | 306.41º | 0.88% | 0.29% | - |
| HSV(B) | 306.41º | 0.94% | 0.55% | - |
| XYZ | 14.68 | 7.28 | 20.37 | - |
| YUV | 61.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 126 | 0 | 0.94 | 0.10 | 0.45 | 306.41 | 0.88 | 0.29 |
| Hex | 8C | 9 | 7E | 0 | 5E | A | 2D | 132 | 58 | 1D |
| Octal | 214 | 11 | 176 | 0 | 136 | 12 | 55 | 462 | 130 | 35 |
| Binary | 10001100 | 1001 | 1111110 | 0 | 1011110 | 1010 | 101101 | 100110010 | 1011000 | 11101 |
Color Harmonies of #8C097E
Complementary color
Monochromatic Colors of #8C097E
Black with #8C097E
Text Example
Text Example
White with #8C097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C097E; }
p { color: rgb(140,9,126); }
H1.HeaderClassName
{
color: #8C097E;
}
.AnyTagClassName
{
color: #8C097E;
}
</style>
background-color css
<style>
a { background-color: #8C097E; }
a { background-color: rgb(140,9,126); }
div.DivClassName
{
background-color: #8C097E;
}
.BgClassName
{
background-color: #8C097E;
}
</style>
border-color css
<style>
span { border-color: #8C097E; }
span { border-color: rgb(140,9,126); }
td.TdClassName
{
border-color: #8C097E;
}
.TagClassName
{
border-color: #8C097E;
}
</style>