Shades of Purple #8D097A
Tints of Purple #8D097A
RGB
CMYK
RGB Variations
Color information
#8D097A (or 0x8D097A) is known color: Purple. HEX triplet: 8D, 09 and 7A. RGB value is (141,9,122). Sum of RGB (Red+Green+Blue) = 141+9+122=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D097A is #72F685. Grayscale: #3D3D3D. Windows color (decimal): -7534214 or 7997837. OLE color: 7997837.
HSL color Cylindrical-coordinate representation of color #8D097A: hue angle of 308.64º 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 #8D097A is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.45 |
| HSL | 308.64º | 0.88% | 0.29% | - |
| HSV(B) | 308.64º | 0.94% | 0.55% | - |
| XYZ | 14.6 | 7.26 | 19.05 | - |
| YUV | 61.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 122 | 0 | 0.94 | 0.13 | 0.45 | 308.64 | 0.88 | 0.29 |
| Hex | 8D | 9 | 7A | 0 | 5E | D | 2D | 135 | 58 | 1D |
| Octal | 215 | 11 | 172 | 0 | 136 | 15 | 55 | 465 | 130 | 35 |
| Binary | 10001101 | 1001 | 1111010 | 0 | 1011110 | 1101 | 101101 | 100110101 | 1011000 | 11101 |
Color Harmonies of #8D097A
Complementary color
Monochromatic Colors of #8D097A
Black with #8D097A
Text Example
Text Example
White with #8D097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D097A; }
p { color: rgb(141,9,122); }
H1.HeaderClassName
{
color: #8D097A;
}
.AnyTagClassName
{
color: #8D097A;
}
</style>
background-color css
<style>
a { background-color: #8D097A; }
a { background-color: rgb(141,9,122); }
div.DivClassName
{
background-color: #8D097A;
}
.BgClassName
{
background-color: #8D097A;
}
</style>
border-color css
<style>
span { border-color: #8D097A; }
span { border-color: rgb(141,9,122); }
td.TdClassName
{
border-color: #8D097A;
}
.TagClassName
{
border-color: #8D097A;
}
</style>