Shades of Purple #890273
Tints of Purple #890273
RGB
CMYK
RGB Variations
Color information
#890273 (or 0x890273) is known color: Purple. HEX triplet: 89, 02 and 73. RGB value is (137,2,115). Sum of RGB (Red+Green+Blue) = 137+2+115=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890273 is #76FD8C. Grayscale: #363636. Windows color (decimal): -7798157 or 7537289. OLE color: 7537289.
HSL color Cylindrical-coordinate representation of color #890273: hue angle of 309.78º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890273 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.46 |
| HSL | 309.78º | 0.97% | 0.27% | - |
| HSV(B) | 309.78º | 0.99% | 0.54% | - |
| XYZ | 13.43 | 6.6 | 16.79 | - |
| YUV | 55.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 115 | 0 | 0.99 | 0.16 | 0.46 | 309.78 | 0.97 | 0.27 |
| Hex | 89 | 2 | 73 | 0 | 63 | 10 | 2E | 136 | 61 | 1B |
| Octal | 211 | 2 | 163 | 0 | 143 | 20 | 56 | 466 | 141 | 33 |
| Binary | 10001001 | 10 | 1110011 | 0 | 1100011 | 10000 | 101110 | 100110110 | 1100001 | 11011 |
Color Harmonies of #890273
Complementary color
Monochromatic Colors of #890273
Black with #890273
Text Example
Text Example
White with #890273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890273; }
p { color: rgb(137,2,115); }
H1.HeaderClassName
{
color: #890273;
}
.AnyTagClassName
{
color: #890273;
}
</style>
background-color css
<style>
a { background-color: #890273; }
a { background-color: rgb(137,2,115); }
div.DivClassName
{
background-color: #890273;
}
.BgClassName
{
background-color: #890273;
}
</style>
border-color css
<style>
span { border-color: #890273; }
span { border-color: rgb(137,2,115); }
td.TdClassName
{
border-color: #890273;
}
.TagClassName
{
border-color: #890273;
}
</style>