Shades of Topaz #806A91
Tints of Topaz #806A91
RGB
CMYK
RGB Variations
Color information
#806A91 (or 0x806A91) is known color: Topaz. HEX triplet: 80, 6A and 91. RGB value is (128,106,145). Sum of RGB (Red+Green+Blue) = 128+106+145=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #806A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A91 is #7F956E. Grayscale: #747474. Windows color (decimal): -8361327 or 9529984. OLE color: 9529984.
HSL color Cylindrical-coordinate representation of color #806A91: hue angle of 273.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #806A91 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 106 | 145 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.43 |
| HSL | 273.85º | 0.16% | 0.49% | - |
| HSV(B) | 273.85º | 0.27% | 0.57% | - |
| XYZ | 19.17 | 16.94 | 29.05 | - |
| YUV | 117.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 145 | 0.12 | 0.27 | 0 | 0.43 | 273.85 | 0.16 | 0.49 |
| Hex | 80 | 6A | 91 | C | 1B | 0 | 2B | 112 | 10 | 31 |
| Octal | 200 | 152 | 221 | 14 | 33 | 0 | 53 | 422 | 20 | 61 |
| Binary | 10000000 | 1101010 | 10010001 | 1100 | 11011 | 0 | 101011 | 100010010 | 10000 | 110001 |
Color Harmonies of #806A91
Complementary color
Monochromatic Colors of #806A91
Black with #806A91
Text Example
Text Example
White with #806A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A91; }
p { color: rgb(128,106,145); }
H1.HeaderClassName
{
color: #806A91;
}
.AnyTagClassName
{
color: #806A91;
}
</style>
background-color css
<style>
a { background-color: #806A91; }
a { background-color: rgb(128,106,145); }
div.DivClassName
{
background-color: #806A91;
}
.BgClassName
{
background-color: #806A91;
}
</style>
border-color css
<style>
span { border-color: #806A91; }
span { border-color: rgb(128,106,145); }
td.TdClassName
{
border-color: #806A91;
}
.TagClassName
{
border-color: #806A91;
}
</style>