Shades of Topaz #856F8F
Tints of Topaz #856F8F
RGB
CMYK
RGB Variations
Color information
#856F8F (or 0x856F8F) is known color: Topaz. HEX triplet: 85, 6F and 8F. RGB value is (133,111,143). Sum of RGB (Red+Green+Blue) = 133+111+143=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #856F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F8F is #7A9070. Grayscale: #797979. Windows color (decimal): -8032369 or 9400197. OLE color: 9400197.
HSL color Cylindrical-coordinate representation of color #856F8F: hue angle of 281.25º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856F8F is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 111 | 143 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.44 |
| HSL | 281.25º | 0.13% | 0.5% | - |
| HSV(B) | 281.25º | 0.22% | 0.56% | - |
| XYZ | 20.32 | 18.34 | 28.46 | - |
| YUV | 121.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 143 | 0.07 | 0.22 | 0 | 0.44 | 281.25 | 0.13 | 0.5 |
| Hex | 85 | 6F | 8F | 7 | 16 | 0 | 2C | 119 | D | 32 |
| Octal | 205 | 157 | 217 | 7 | 26 | 0 | 54 | 431 | 15 | 62 |
| Binary | 10000101 | 1101111 | 10001111 | 111 | 10110 | 0 | 101100 | 100011001 | 1101 | 110010 |
Color Harmonies of #856F8F
Complementary color
Monochromatic Colors of #856F8F
Black with #856F8F
Text Example
Text Example
White with #856F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F8F; }
p { color: rgb(133,111,143); }
H1.HeaderClassName
{
color: #856F8F;
}
.AnyTagClassName
{
color: #856F8F;
}
</style>
background-color css
<style>
a { background-color: #856F8F; }
a { background-color: rgb(133,111,143); }
div.DivClassName
{
background-color: #856F8F;
}
.BgClassName
{
background-color: #856F8F;
}
</style>
border-color css
<style>
span { border-color: #856F8F; }
span { border-color: rgb(133,111,143); }
td.TdClassName
{
border-color: #856F8F;
}
.TagClassName
{
border-color: #856F8F;
}
</style>