Shades of Purple #890B7E
Tints of Purple #890B7E
RGB
CMYK
RGB Variations
Color information
#890B7E (or 0x890B7E) is known color: Purple. HEX triplet: 89, 0B and 7E. RGB value is (137,11,126). Sum of RGB (Red+Green+Blue) = 137+11+126=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7E is #76F481. Grayscale: #3D3D3D. Windows color (decimal): -7795842 or 8260489. OLE color: 8260489.
HSL color Cylindrical-coordinate representation of color #890B7E: hue angle of 305.24º 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 #890B7E is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 126 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.46 |
| HSL | 305.24º | 0.85% | 0.29% | - |
| HSV(B) | 305.24º | 0.92% | 0.54% | - |
| XYZ | 14.2 | 7.06 | 20.35 | - |
| YUV | 61.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 126 | 0 | 0.92 | 0.08 | 0.46 | 305.24 | 0.85 | 0.29 |
| Hex | 89 | B | 7E | 0 | 5C | 8 | 2E | 131 | 55 | 1D |
| Octal | 211 | 13 | 176 | 0 | 134 | 10 | 56 | 461 | 125 | 35 |
| Binary | 10001001 | 1011 | 1111110 | 0 | 1011100 | 1000 | 101110 | 100110001 | 1010101 | 11101 |
Color Harmonies of #890B7E
Complementary color
Monochromatic Colors of #890B7E
Black with #890B7E
Text Example
Text Example
White with #890B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B7E; }
p { color: rgb(137,11,126); }
H1.HeaderClassName
{
color: #890B7E;
}
.AnyTagClassName
{
color: #890B7E;
}
</style>
background-color css
<style>
a { background-color: #890B7E; }
a { background-color: rgb(137,11,126); }
div.DivClassName
{
background-color: #890B7E;
}
.BgClassName
{
background-color: #890B7E;
}
</style>
border-color css
<style>
span { border-color: #890B7E; }
span { border-color: rgb(137,11,126); }
td.TdClassName
{
border-color: #890B7E;
}
.TagClassName
{
border-color: #890B7E;
}
</style>