Shades of Purple #890B7B
Tints of Purple #890B7B
RGB
CMYK
RGB Variations
Color information
#890B7B (or 0x890B7B) is known color: Purple. HEX triplet: 89, 0B and 7B. RGB value is (137,11,123). Sum of RGB (Red+Green+Blue) = 137+11+123=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7B is #76F484. Grayscale: #3D3D3D. Windows color (decimal): -7795845 or 8063881. OLE color: 8063881.
HSL color Cylindrical-coordinate representation of color #890B7B: hue angle of 306.67º 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 #890B7B is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 123 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.46 |
| HSL | 306.67º | 0.85% | 0.29% | - |
| HSV(B) | 306.67º | 0.92% | 0.54% | - |
| XYZ | 14.01 | 6.99 | 19.35 | - |
| YUV | 61.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 123 | 0 | 0.92 | 0.10 | 0.46 | 306.67 | 0.85 | 0.29 |
| Hex | 89 | B | 7B | 0 | 5C | A | 2E | 133 | 55 | 1D |
| Octal | 211 | 13 | 173 | 0 | 134 | 12 | 56 | 463 | 125 | 35 |
| Binary | 10001001 | 1011 | 1111011 | 0 | 1011100 | 1010 | 101110 | 100110011 | 1010101 | 11101 |
Color Harmonies of #890B7B
Complementary color
Monochromatic Colors of #890B7B
Black with #890B7B
Text Example
Text Example
White with #890B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B7B; }
p { color: rgb(137,11,123); }
H1.HeaderClassName
{
color: #890B7B;
}
.AnyTagClassName
{
color: #890B7B;
}
</style>
background-color css
<style>
a { background-color: #890B7B; }
a { background-color: rgb(137,11,123); }
div.DivClassName
{
background-color: #890B7B;
}
.BgClassName
{
background-color: #890B7B;
}
</style>
border-color css
<style>
span { border-color: #890B7B; }
span { border-color: rgb(137,11,123); }
td.TdClassName
{
border-color: #890B7B;
}
.TagClassName
{
border-color: #890B7B;
}
</style>