Shades of Topaz #816A91
Tints of Topaz #816A91
RGB
CMYK
RGB Variations
Color information
#816A91 (or 0x816A91) is known color: Topaz. HEX triplet: 81, 6A and 91. RGB value is (129,106,145). Sum of RGB (Red+Green+Blue) = 129+106+145=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #816A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A91 is #7E956E. Grayscale: #757575. Windows color (decimal): -8295791 or 9529985. OLE color: 9529985.
HSL color Cylindrical-coordinate representation of color #816A91: hue angle of 275.38º 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 #816A91 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 106 | 145 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.43 |
| HSL | 275.38º | 0.16% | 0.49% | - |
| HSV(B) | 275.38º | 0.27% | 0.57% | - |
| XYZ | 19.32 | 17.02 | 29.05 | - |
| YUV | 117.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 145 | 0.11 | 0.27 | 0 | 0.43 | 275.38 | 0.16 | 0.49 |
| Hex | 81 | 6A | 91 | B | 1B | 0 | 2B | 113 | 10 | 31 |
| Octal | 201 | 152 | 221 | 13 | 33 | 0 | 53 | 423 | 20 | 61 |
| Binary | 10000001 | 1101010 | 10010001 | 1011 | 11011 | 0 | 101011 | 100010011 | 10000 | 110001 |
Color Harmonies of #816A91
Complementary color
Monochromatic Colors of #816A91
Black with #816A91
Text Example
Text Example
White with #816A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A91; }
p { color: rgb(129,106,145); }
H1.HeaderClassName
{
color: #816A91;
}
.AnyTagClassName
{
color: #816A91;
}
</style>
background-color css
<style>
a { background-color: #816A91; }
a { background-color: rgb(129,106,145); }
div.DivClassName
{
background-color: #816A91;
}
.BgClassName
{
background-color: #816A91;
}
</style>
border-color css
<style>
span { border-color: #816A91; }
span { border-color: rgb(129,106,145); }
td.TdClassName
{
border-color: #816A91;
}
.TagClassName
{
border-color: #816A91;
}
</style>