Shades of Topaz #856F90
Tints of Topaz #856F90
RGB
CMYK
RGB Variations
Color information
#856F90 (or 0x856F90) is known color: Topaz. HEX triplet: 85, 6F and 90. RGB value is (133,111,144). Sum of RGB (Red+Green+Blue) = 133+111+144=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #856F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F90 is #7A906F. Grayscale: #797979. Windows color (decimal): -8032368 or 9465733. OLE color: 9465733.
HSL color Cylindrical-coordinate representation of color #856F90: hue angle of 280º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856F90 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 111 | 144 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.44 |
| HSL | 280º | 0.13% | 0.5% | - |
| HSV(B) | 280º | 0.23% | 0.56% | - |
| XYZ | 20.39 | 18.37 | 28.86 | - |
| YUV | 121.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 144 | 0.08 | 0.23 | 0 | 0.44 | 280 | 0.13 | 0.5 |
| Hex | 85 | 6F | 90 | 8 | 17 | 0 | 2C | 118 | D | 32 |
| Octal | 205 | 157 | 220 | 10 | 27 | 0 | 54 | 430 | 15 | 62 |
| Binary | 10000101 | 1101111 | 10010000 | 1000 | 10111 | 0 | 101100 | 100011000 | 1101 | 110010 |
Color Harmonies of #856F90
Complementary color
Monochromatic Colors of #856F90
Black with #856F90
Text Example
Text Example
White with #856F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F90; }
p { color: rgb(133,111,144); }
H1.HeaderClassName
{
color: #856F90;
}
.AnyTagClassName
{
color: #856F90;
}
</style>
background-color css
<style>
a { background-color: #856F90; }
a { background-color: rgb(133,111,144); }
div.DivClassName
{
background-color: #856F90;
}
.BgClassName
{
background-color: #856F90;
}
</style>
border-color css
<style>
span { border-color: #856F90; }
span { border-color: rgb(133,111,144); }
td.TdClassName
{
border-color: #856F90;
}
.TagClassName
{
border-color: #856F90;
}
</style>