Shades of Purple #890B7C
Tints of Purple #890B7C
RGB
CMYK
RGB Variations
Color information
#890B7C (or 0x890B7C) is known color: Purple. HEX triplet: 89, 0B and 7C. RGB value is (137,11,124). Sum of RGB (Red+Green+Blue) = 137+11+124=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7C is #76F483. Grayscale: #3D3D3D. Windows color (decimal): -7795844 or 8129417. OLE color: 8129417.
HSL color Cylindrical-coordinate representation of color #890B7C: hue angle of 306.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B7C is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 124 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.46 |
| HSL | 306.19º | 0.85% | 0.29% | - |
| HSV(B) | 306.19º | 0.92% | 0.54% | - |
| XYZ | 14.07 | 7.01 | 19.68 | - |
| YUV | 61.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 124 | 0 | 0.92 | 0.09 | 0.46 | 306.19 | 0.85 | 0.29 |
| Hex | 89 | B | 7C | 0 | 5C | 9 | 2E | 132 | 55 | 1D |
| Octal | 211 | 13 | 174 | 0 | 134 | 11 | 56 | 462 | 125 | 35 |
| Binary | 10001001 | 1011 | 1111100 | 0 | 1011100 | 1001 | 101110 | 100110010 | 1010101 | 11101 |
Color Harmonies of #890B7C
Complementary color
Monochromatic Colors of #890B7C
Black with #890B7C
Text Example
Text Example
White with #890B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B7C; }
p { color: rgb(137,11,124); }
H1.HeaderClassName
{
color: #890B7C;
}
.AnyTagClassName
{
color: #890B7C;
}
</style>
background-color css
<style>
a { background-color: #890B7C; }
a { background-color: rgb(137,11,124); }
div.DivClassName
{
background-color: #890B7C;
}
.BgClassName
{
background-color: #890B7C;
}
</style>
border-color css
<style>
span { border-color: #890B7C; }
span { border-color: rgb(137,11,124); }
td.TdClassName
{
border-color: #890B7C;
}
.TagClassName
{
border-color: #890B7C;
}
</style>