Shades of Topaz #897996
Tints of Topaz #897996
RGB
CMYK
RGB Variations
Color information
#897996 (or 0x897996) is known color: Topaz. HEX triplet: 89, 79 and 96. RGB value is (137,121,150). Sum of RGB (Red+Green+Blue) = 137+121+150=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #897996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897996 is #768669. Grayscale: #808080. Windows color (decimal): -7767658 or 9861513. OLE color: 9861513.
HSL color Cylindrical-coordinate representation of color #897996: hue angle of 273.1º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897996 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 121 | 150 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.41 |
| HSL | 273.1º | 0.12% | 0.53% | - |
| HSV(B) | 273.1º | 0.19% | 0.59% | - |
| XYZ | 22.66 | 21.2 | 31.75 | - |
| YUV | 129.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 150 | 0.09 | 0.19 | 0 | 0.41 | 273.1 | 0.12 | 0.53 |
| Hex | 89 | 79 | 96 | 9 | 13 | 0 | 29 | 111 | C | 35 |
| Octal | 211 | 171 | 226 | 11 | 23 | 0 | 51 | 421 | 14 | 65 |
| Binary | 10001001 | 1111001 | 10010110 | 1001 | 10011 | 0 | 101001 | 100010001 | 1100 | 110101 |
Color Harmonies of #897996
Complementary color
Monochromatic Colors of #897996
Black with #897996
Text Example
Text Example
White with #897996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897996; }
p { color: rgb(137,121,150); }
H1.HeaderClassName
{
color: #897996;
}
.AnyTagClassName
{
color: #897996;
}
</style>
background-color css
<style>
a { background-color: #897996; }
a { background-color: rgb(137,121,150); }
div.DivClassName
{
background-color: #897996;
}
.BgClassName
{
background-color: #897996;
}
</style>
border-color css
<style>
span { border-color: #897996; }
span { border-color: rgb(137,121,150); }
td.TdClassName
{
border-color: #897996;
}
.TagClassName
{
border-color: #897996;
}
</style>