Shades of Purple #8B097C
Tints of Purple #8B097C
RGB
CMYK
RGB Variations
Color information
#8B097C (or 0x8B097C) is known color: Purple. HEX triplet: 8B, 09 and 7C. RGB value is (139,9,124). Sum of RGB (Red+Green+Blue) = 139+9+124=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B097C is #74F683. Grayscale: #3C3C3C. Windows color (decimal): -7665284 or 8128907. OLE color: 8128907.
HSL color Cylindrical-coordinate representation of color #8B097C: hue angle of 306.92º 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 #8B097C is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 124 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.45 |
| HSL | 306.92º | 0.88% | 0.29% | - |
| HSV(B) | 306.92º | 0.94% | 0.55% | - |
| XYZ | 14.38 | 7.14 | 19.69 | - |
| YUV | 60.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 124 | 0 | 0.94 | 0.11 | 0.45 | 306.92 | 0.88 | 0.29 |
| Hex | 8B | 9 | 7C | 0 | 5E | B | 2D | 133 | 58 | 1D |
| Octal | 213 | 11 | 174 | 0 | 136 | 13 | 55 | 463 | 130 | 35 |
| Binary | 10001011 | 1001 | 1111100 | 0 | 1011110 | 1011 | 101101 | 100110011 | 1011000 | 11101 |
Color Harmonies of #8B097C
Complementary color
Monochromatic Colors of #8B097C
Black with #8B097C
Text Example
Text Example
White with #8B097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B097C; }
p { color: rgb(139,9,124); }
H1.HeaderClassName
{
color: #8B097C;
}
.AnyTagClassName
{
color: #8B097C;
}
</style>
background-color css
<style>
a { background-color: #8B097C; }
a { background-color: rgb(139,9,124); }
div.DivClassName
{
background-color: #8B097C;
}
.BgClassName
{
background-color: #8B097C;
}
</style>
border-color css
<style>
span { border-color: #8B097C; }
span { border-color: rgb(139,9,124); }
td.TdClassName
{
border-color: #8B097C;
}
.TagClassName
{
border-color: #8B097C;
}
</style>