Shades of Topaz #806D91
Tints of Topaz #806D91
RGB
CMYK
RGB Variations
Color information
#806D91 (or 0x806D91) is known color: Topaz. HEX triplet: 80, 6D and 91. RGB value is (128,109,145). Sum of RGB (Red+Green+Blue) = 128+109+145=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #806D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D91 is #7F926E. Grayscale: #767676. Windows color (decimal): -8360559 or 9530752. OLE color: 9530752.
HSL color Cylindrical-coordinate representation of color #806D91: hue angle of 271.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806D91 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 109 | 145 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.43 |
| HSL | 271.67º | 0.14% | 0.5% | - |
| HSV(B) | 271.67º | 0.25% | 0.57% | - |
| XYZ | 19.48 | 17.57 | 29.15 | - |
| YUV | 118.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 145 | 0.12 | 0.25 | 0 | 0.43 | 271.67 | 0.14 | 0.5 |
| Hex | 80 | 6D | 91 | C | 19 | 0 | 2B | 110 | E | 32 |
| Octal | 200 | 155 | 221 | 14 | 31 | 0 | 53 | 420 | 16 | 62 |
| Binary | 10000000 | 1101101 | 10010001 | 1100 | 11001 | 0 | 101011 | 100010000 | 1110 | 110010 |
Color Harmonies of #806D91
Complementary color
Monochromatic Colors of #806D91
Black with #806D91
Text Example
Text Example
White with #806D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D91; }
p { color: rgb(128,109,145); }
H1.HeaderClassName
{
color: #806D91;
}
.AnyTagClassName
{
color: #806D91;
}
</style>
background-color css
<style>
a { background-color: #806D91; }
a { background-color: rgb(128,109,145); }
div.DivClassName
{
background-color: #806D91;
}
.BgClassName
{
background-color: #806D91;
}
</style>
border-color css
<style>
span { border-color: #806D91; }
span { border-color: rgb(128,109,145); }
td.TdClassName
{
border-color: #806D91;
}
.TagClassName
{
border-color: #806D91;
}
</style>