Shades of Topaz #857093
Tints of Topaz #857093
RGB
CMYK
RGB Variations
Color information
#857093 (or 0x857093) is known color: Topaz. HEX triplet: 85, 70 and 93. RGB value is (133,112,147). Sum of RGB (Red+Green+Blue) = 133+112+147=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #857093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857093 is #7A8F6C. Grayscale: #7A7A7A. Windows color (decimal): -8032109 or 9662597. OLE color: 9662597.
HSL color Cylindrical-coordinate representation of color #857093: hue angle of 276º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #857093 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 112 | 147 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.42 |
| HSL | 276º | 0.14% | 0.51% | - |
| HSV(B) | 276º | 0.24% | 0.58% | - |
| XYZ | 20.73 | 18.68 | 30.12 | - |
| YUV | 122.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 147 | 0.10 | 0.24 | 0 | 0.42 | 276 | 0.14 | 0.51 |
| Hex | 85 | 70 | 93 | A | 18 | 0 | 2A | 114 | E | 33 |
| Octal | 205 | 160 | 223 | 12 | 30 | 0 | 52 | 424 | 16 | 63 |
| Binary | 10000101 | 1110000 | 10010011 | 1010 | 11000 | 0 | 101010 | 100010100 | 1110 | 110011 |
Color Harmonies of #857093
Complementary color
Monochromatic Colors of #857093
Black with #857093
Text Example
Text Example
White with #857093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857093; }
p { color: rgb(133,112,147); }
H1.HeaderClassName
{
color: #857093;
}
.AnyTagClassName
{
color: #857093;
}
</style>
background-color css
<style>
a { background-color: #857093; }
a { background-color: rgb(133,112,147); }
div.DivClassName
{
background-color: #857093;
}
.BgClassName
{
background-color: #857093;
}
</style>
border-color css
<style>
span { border-color: #857093; }
span { border-color: rgb(133,112,147); }
td.TdClassName
{
border-color: #857093;
}
.TagClassName
{
border-color: #857093;
}
</style>