Shades of Topaz #857193
Tints of Topaz #857193
RGB
CMYK
RGB Variations
Color information
#857193 (or 0x857193) is known color: Topaz. HEX triplet: 85, 71 and 93. RGB value is (133,113,147). Sum of RGB (Red+Green+Blue) = 133+113+147=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 147 - color contains mainly: blue. Hex color #857193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857193 is #7A8E6C. Grayscale: #7A7A7A. Windows color (decimal): -8031853 or 9662853. OLE color: 9662853.
HSL color Cylindrical-coordinate representation of color #857193: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #857193 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 113 | 147 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.42 |
| HSL | 275.29º | 0.14% | 0.51% | - |
| HSV(B) | 275.29º | 0.23% | 0.58% | - |
| XYZ | 20.84 | 18.9 | 30.15 | - |
| YUV | 122.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 147 | 0.10 | 0.23 | 0 | 0.42 | 275.29 | 0.14 | 0.51 |
| Hex | 85 | 71 | 93 | A | 17 | 0 | 2A | 113 | E | 33 |
| Octal | 205 | 161 | 223 | 12 | 27 | 0 | 52 | 423 | 16 | 63 |
| Binary | 10000101 | 1110001 | 10010011 | 1010 | 10111 | 0 | 101010 | 100010011 | 1110 | 110011 |
Color Harmonies of #857193
Complementary color
Monochromatic Colors of #857193
Black with #857193
Text Example
Text Example
White with #857193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857193; }
p { color: rgb(133,113,147); }
H1.HeaderClassName
{
color: #857193;
}
.AnyTagClassName
{
color: #857193;
}
</style>
background-color css
<style>
a { background-color: #857193; }
a { background-color: rgb(133,113,147); }
div.DivClassName
{
background-color: #857193;
}
.BgClassName
{
background-color: #857193;
}
</style>
border-color css
<style>
span { border-color: #857193; }
span { border-color: rgb(133,113,147); }
td.TdClassName
{
border-color: #857193;
}
.TagClassName
{
border-color: #857193;
}
</style>