Shades of Topaz #856F93
Tints of Topaz #856F93
RGB
CMYK
RGB Variations
Color information
#856F93 (or 0x856F93) is known color: Topaz. HEX triplet: 85, 6F and 93. RGB value is (133,111,147). Sum of RGB (Red+Green+Blue) = 133+111+147=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #856F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F93 is #7A906C. Grayscale: #797979. Windows color (decimal): -8032365 or 9662341. OLE color: 9662341.
HSL color Cylindrical-coordinate representation of color #856F93: hue angle of 276.67º 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 #856F93 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 111 | 147 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.42 |
| HSL | 276.67º | 0.14% | 0.51% | - |
| HSV(B) | 276.67º | 0.24% | 0.58% | - |
| XYZ | 20.62 | 18.46 | 30.08 | - |
| YUV | 121.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 147 | 0.10 | 0.24 | 0 | 0.42 | 276.67 | 0.14 | 0.51 |
| Hex | 85 | 6F | 93 | A | 18 | 0 | 2A | 115 | E | 33 |
| Octal | 205 | 157 | 223 | 12 | 30 | 0 | 52 | 425 | 16 | 63 |
| Binary | 10000101 | 1101111 | 10010011 | 1010 | 11000 | 0 | 101010 | 100010101 | 1110 | 110011 |
Color Harmonies of #856F93
Complementary color
Monochromatic Colors of #856F93
Black with #856F93
Text Example
Text Example
White with #856F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F93; }
p { color: rgb(133,111,147); }
H1.HeaderClassName
{
color: #856F93;
}
.AnyTagClassName
{
color: #856F93;
}
</style>
background-color css
<style>
a { background-color: #856F93; }
a { background-color: rgb(133,111,147); }
div.DivClassName
{
background-color: #856F93;
}
.BgClassName
{
background-color: #856F93;
}
</style>
border-color css
<style>
span { border-color: #856F93; }
span { border-color: rgb(133,111,147); }
td.TdClassName
{
border-color: #856F93;
}
.TagClassName
{
border-color: #856F93;
}
</style>