Shades of Topaz #816F90
Tints of Topaz #816F90
RGB
CMYK
RGB Variations
Color information
#816F90 (or 0x816F90) is known color: Topaz. HEX triplet: 81, 6F and 90. RGB value is (129,111,144). Sum of RGB (Red+Green+Blue) = 129+111+144=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #816F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F90 is #7E906F. Grayscale: #787878. Windows color (decimal): -8294512 or 9465729. OLE color: 9465729.
HSL color Cylindrical-coordinate representation of color #816F90: hue angle of 272.73º 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 #816F90 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 111 | 144 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.44 |
| HSL | 272.73º | 0.13% | 0.5% | - |
| HSV(B) | 272.73º | 0.23% | 0.56% | - |
| XYZ | 19.77 | 18.05 | 28.83 | - |
| YUV | 120.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 144 | 0.10 | 0.23 | 0 | 0.44 | 272.73 | 0.13 | 0.5 |
| Hex | 81 | 6F | 90 | A | 17 | 0 | 2C | 111 | D | 32 |
| Octal | 201 | 157 | 220 | 12 | 27 | 0 | 54 | 421 | 15 | 62 |
| Binary | 10000001 | 1101111 | 10010000 | 1010 | 10111 | 0 | 101100 | 100010001 | 1101 | 110010 |
Color Harmonies of #816F90
Complementary color
Monochromatic Colors of #816F90
Black with #816F90
Text Example
Text Example
White with #816F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F90; }
p { color: rgb(129,111,144); }
H1.HeaderClassName
{
color: #816F90;
}
.AnyTagClassName
{
color: #816F90;
}
</style>
background-color css
<style>
a { background-color: #816F90; }
a { background-color: rgb(129,111,144); }
div.DivClassName
{
background-color: #816F90;
}
.BgClassName
{
background-color: #816F90;
}
</style>
border-color css
<style>
span { border-color: #816F90; }
span { border-color: rgb(129,111,144); }
td.TdClassName
{
border-color: #816F90;
}
.TagClassName
{
border-color: #816F90;
}
</style>