Shades of Topaz #846E95
Tints of Topaz #846E95
RGB
CMYK
RGB Variations
Color information
#846E95 (or 0x846E95) is known color: Topaz. HEX triplet: 84, 6E and 95. RGB value is (132,110,149). Sum of RGB (Red+Green+Blue) = 132+110+149=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #846E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E95 is #7B916A. Grayscale: #787878. Windows color (decimal): -8098155 or 9793156. OLE color: 9793156.
HSL color Cylindrical-coordinate representation of color #846E95: hue angle of 273.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846E95 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 110 | 149 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.42 |
| HSL | 273.85º | 0.16% | 0.51% | - |
| HSV(B) | 273.85º | 0.26% | 0.58% | - |
| XYZ | 20.52 | 18.23 | 30.87 | - |
| YUV | 121.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 149 | 0.11 | 0.26 | 0 | 0.42 | 273.85 | 0.16 | 0.51 |
| Hex | 84 | 6E | 95 | B | 1A | 0 | 2A | 112 | 10 | 33 |
| Octal | 204 | 156 | 225 | 13 | 32 | 0 | 52 | 422 | 20 | 63 |
| Binary | 10000100 | 1101110 | 10010101 | 1011 | 11010 | 0 | 101010 | 100010010 | 10000 | 110011 |
Color Harmonies of #846E95
Complementary color
Monochromatic Colors of #846E95
Black with #846E95
Text Example
Text Example
White with #846E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E95; }
p { color: rgb(132,110,149); }
H1.HeaderClassName
{
color: #846E95;
}
.AnyTagClassName
{
color: #846E95;
}
</style>
background-color css
<style>
a { background-color: #846E95; }
a { background-color: rgb(132,110,149); }
div.DivClassName
{
background-color: #846E95;
}
.BgClassName
{
background-color: #846E95;
}
</style>
border-color css
<style>
span { border-color: #846E95; }
span { border-color: rgb(132,110,149); }
td.TdClassName
{
border-color: #846E95;
}
.TagClassName
{
border-color: #846E95;
}
</style>