Shades of Purple #890B7F
Tints of Purple #890B7F
RGB
CMYK
RGB Variations
Color information
#890B7F (or 0x890B7F) is known color: Purple. HEX triplet: 89, 0B and 7F. RGB value is (137,11,127). Sum of RGB (Red+Green+Blue) = 137+11+127=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7F is #76F480. Grayscale: #3D3D3D. Windows color (decimal): -7795841 or 8326025. OLE color: 8326025.
HSL color Cylindrical-coordinate representation of color #890B7F: hue angle of 304.76º 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 #890B7F is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 127 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.46 |
| HSL | 304.76º | 0.85% | 0.29% | - |
| HSV(B) | 304.76º | 0.92% | 0.54% | - |
| XYZ | 14.27 | 7.09 | 20.7 | - |
| YUV | 61.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 127 | 0 | 0.92 | 0.07 | 0.46 | 304.76 | 0.85 | 0.29 |
| Hex | 89 | B | 7F | 0 | 5C | 7 | 2E | 131 | 55 | 1D |
| Octal | 211 | 13 | 177 | 0 | 134 | 7 | 56 | 461 | 125 | 35 |
| Binary | 10001001 | 1011 | 1111111 | 0 | 1011100 | 111 | 101110 | 100110001 | 1010101 | 11101 |
Color Harmonies of #890B7F
Complementary color
Monochromatic Colors of #890B7F
Black with #890B7F
Text Example
Text Example
White with #890B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B7F; }
p { color: rgb(137,11,127); }
H1.HeaderClassName
{
color: #890B7F;
}
.AnyTagClassName
{
color: #890B7F;
}
</style>
background-color css
<style>
a { background-color: #890B7F; }
a { background-color: rgb(137,11,127); }
div.DivClassName
{
background-color: #890B7F;
}
.BgClassName
{
background-color: #890B7F;
}
</style>
border-color css
<style>
span { border-color: #890B7F; }
span { border-color: rgb(137,11,127); }
td.TdClassName
{
border-color: #890B7F;
}
.TagClassName
{
border-color: #890B7F;
}
</style>