Shades of Purple #890575
Tints of Purple #890575
RGB
CMYK
RGB Variations
Color information
#890575 (or 0x890575) is known color: Purple. HEX triplet: 89, 05 and 75. RGB value is (137,5,117). Sum of RGB (Red+Green+Blue) = 137+5+117=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #890575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890575 is #76FA8A. Grayscale: #383838. Windows color (decimal): -7797387 or 7669129. OLE color: 7669129.
HSL color Cylindrical-coordinate representation of color #890575: hue angle of 309.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890575 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 117 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.46 |
| HSL | 309.09º | 0.93% | 0.28% | - |
| HSV(B) | 309.09º | 0.96% | 0.54% | - |
| XYZ | 13.58 | 6.71 | 17.41 | - |
| YUV | 57.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 117 | 0 | 0.96 | 0.15 | 0.46 | 309.09 | 0.93 | 0.28 |
| Hex | 89 | 5 | 75 | 0 | 60 | F | 2E | 135 | 5D | 1C |
| Octal | 211 | 5 | 165 | 0 | 140 | 17 | 56 | 465 | 135 | 34 |
| Binary | 10001001 | 101 | 1110101 | 0 | 1100000 | 1111 | 101110 | 100110101 | 1011101 | 11100 |
Color Harmonies of #890575
Complementary color
Monochromatic Colors of #890575
Black with #890575
Text Example
Text Example
White with #890575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890575; }
p { color: rgb(137,5,117); }
H1.HeaderClassName
{
color: #890575;
}
.AnyTagClassName
{
color: #890575;
}
</style>
background-color css
<style>
a { background-color: #890575; }
a { background-color: rgb(137,5,117); }
div.DivClassName
{
background-color: #890575;
}
.BgClassName
{
background-color: #890575;
}
</style>
border-color css
<style>
span { border-color: #890575; }
span { border-color: rgb(137,5,117); }
td.TdClassName
{
border-color: #890575;
}
.TagClassName
{
border-color: #890575;
}
</style>