Shades of Topaz #816D93
Tints of Topaz #816D93
RGB
CMYK
RGB Variations
Color information
#816D93 (or 0x816D93) is known color: Topaz. HEX triplet: 81, 6D and 93. RGB value is (129,109,147). Sum of RGB (Red+Green+Blue) = 129+109+147=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #816D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D93 is #7E926C. Grayscale: #777777. Windows color (decimal): -8295021 or 9661825. OLE color: 9661825.
HSL color Cylindrical-coordinate representation of color #816D93: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816D93 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 109 | 147 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.42 |
| HSL | 271.58º | 0.15% | 0.5% | - |
| HSV(B) | 271.58º | 0.26% | 0.58% | - |
| XYZ | 19.79 | 17.71 | 29.98 | - |
| YUV | 119.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 147 | 0.12 | 0.26 | 0 | 0.42 | 271.58 | 0.15 | 0.5 |
| Hex | 81 | 6D | 93 | C | 1A | 0 | 2A | 110 | F | 32 |
| Octal | 201 | 155 | 223 | 14 | 32 | 0 | 52 | 420 | 17 | 62 |
| Binary | 10000001 | 1101101 | 10010011 | 1100 | 11010 | 0 | 101010 | 100010000 | 1111 | 110010 |
Color Harmonies of #816D93
Complementary color
Monochromatic Colors of #816D93
Black with #816D93
Text Example
Text Example
White with #816D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D93; }
p { color: rgb(129,109,147); }
H1.HeaderClassName
{
color: #816D93;
}
.AnyTagClassName
{
color: #816D93;
}
</style>
background-color css
<style>
a { background-color: #816D93; }
a { background-color: rgb(129,109,147); }
div.DivClassName
{
background-color: #816D93;
}
.BgClassName
{
background-color: #816D93;
}
</style>
border-color css
<style>
span { border-color: #816D93; }
span { border-color: rgb(129,109,147); }
td.TdClassName
{
border-color: #816D93;
}
.TagClassName
{
border-color: #816D93;
}
</style>