Shades of Topaz #846F97
Tints of Topaz #846F97
RGB
CMYK
RGB Variations
Color information
#846F97 (or 0x846F97) is known color: Topaz. HEX triplet: 84, 6F and 97. RGB value is (132,111,151). Sum of RGB (Red+Green+Blue) = 132+111+151=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 151 - color contains mainly: blue. Hex color #846F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F97 is #7B9068. Grayscale: #797979. Windows color (decimal): -8097897 or 9924484. OLE color: 9924484.
HSL color Cylindrical-coordinate representation of color #846F97: hue angle of 271.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846F97 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 111 | 151 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.41 |
| HSL | 271.5º | 0.16% | 0.51% | - |
| HSV(B) | 271.5º | 0.26% | 0.59% | - |
| XYZ | 20.79 | 18.51 | 31.76 | - |
| YUV | 121.84 | 144.46 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 151 | 0.13 | 0.26 | 0 | 0.41 | 271.5 | 0.16 | 0.51 |
| Hex | 84 | 6F | 97 | D | 1A | 0 | 29 | 110 | 10 | 33 |
| Octal | 204 | 157 | 227 | 15 | 32 | 0 | 51 | 420 | 20 | 63 |
| Binary | 10000100 | 1101111 | 10010111 | 1101 | 11010 | 0 | 101001 | 100010000 | 10000 | 110011 |
Color Harmonies of #846F97
Complementary color
Monochromatic Colors of #846F97
Black with #846F97
Text Example
Text Example
White with #846F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F97; }
p { color: rgb(132,111,151); }
H1.HeaderClassName
{
color: #846F97;
}
.AnyTagClassName
{
color: #846F97;
}
</style>
background-color css
<style>
a { background-color: #846F97; }
a { background-color: rgb(132,111,151); }
div.DivClassName
{
background-color: #846F97;
}
.BgClassName
{
background-color: #846F97;
}
</style>
border-color css
<style>
span { border-color: #846F97; }
span { border-color: rgb(132,111,151); }
td.TdClassName
{
border-color: #846F97;
}
.TagClassName
{
border-color: #846F97;
}
</style>