Shades of Purple #890675
Tints of Purple #890675
RGB
CMYK
RGB Variations
Color information
#890675 (or 0x890675) is known color: Purple. HEX triplet: 89, 06 and 75. RGB value is (137,6,117). Sum of RGB (Red+Green+Blue) = 137+6+117=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #890675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890675 is #76F98A. Grayscale: #393939. Windows color (decimal): -7797131 or 7669385. OLE color: 7669385.
HSL color Cylindrical-coordinate representation of color #890675: hue angle of 309.16º degrees, saturation: 0.92, 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 #890675 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 117 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.46 |
| HSL | 309.16º | 0.92% | 0.28% | - |
| HSV(B) | 309.16º | 0.96% | 0.54% | - |
| XYZ | 13.59 | 6.73 | 17.41 | - |
| YUV | 57.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 117 | 0 | 0.96 | 0.15 | 0.46 | 309.16 | 0.92 | 0.28 |
| Hex | 89 | 6 | 75 | 0 | 60 | F | 2E | 135 | 5C | 1C |
| Octal | 211 | 6 | 165 | 0 | 140 | 17 | 56 | 465 | 134 | 34 |
| Binary | 10001001 | 110 | 1110101 | 0 | 1100000 | 1111 | 101110 | 100110101 | 1011100 | 11100 |
Color Harmonies of #890675
Complementary color
Monochromatic Colors of #890675
Black with #890675
Text Example
Text Example
White with #890675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890675; }
p { color: rgb(137,6,117); }
H1.HeaderClassName
{
color: #890675;
}
.AnyTagClassName
{
color: #890675;
}
</style>
background-color css
<style>
a { background-color: #890675; }
a { background-color: rgb(137,6,117); }
div.DivClassName
{
background-color: #890675;
}
.BgClassName
{
background-color: #890675;
}
</style>
border-color css
<style>
span { border-color: #890675; }
span { border-color: rgb(137,6,117); }
td.TdClassName
{
border-color: #890675;
}
.TagClassName
{
border-color: #890675;
}
</style>