Shades of Topaz #816D95
Tints of Topaz #816D95
RGB
CMYK
RGB Variations
Color information
#816D95 (or 0x816D95) is known color: Topaz. HEX triplet: 81, 6D and 95. RGB value is (129,109,149). Sum of RGB (Red+Green+Blue) = 129+109+149=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #816D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D95 is #7E926A. Grayscale: #777777. Windows color (decimal): -8295019 or 9792897. OLE color: 9792897.
HSL color Cylindrical-coordinate representation of color #816D95: hue angle of 270º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816D95 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 109 | 149 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.42 |
| HSL | 270º | 0.16% | 0.51% | - |
| HSV(B) | 270º | 0.27% | 0.58% | - |
| XYZ | 19.95 | 17.77 | 30.81 | - |
| YUV | 119.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 149 | 0.13 | 0.27 | 0 | 0.42 | 270 | 0.16 | 0.51 |
| Hex | 81 | 6D | 95 | D | 1B | 0 | 2A | 10E | 10 | 33 |
| Octal | 201 | 155 | 225 | 15 | 33 | 0 | 52 | 416 | 20 | 63 |
| Binary | 10000001 | 1101101 | 10010101 | 1101 | 11011 | 0 | 101010 | 100001110 | 10000 | 110011 |
Color Harmonies of #816D95
Complementary color
Monochromatic Colors of #816D95
Black with #816D95
Text Example
Text Example
White with #816D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D95; }
p { color: rgb(129,109,149); }
H1.HeaderClassName
{
color: #816D95;
}
.AnyTagClassName
{
color: #816D95;
}
</style>
background-color css
<style>
a { background-color: #816D95; }
a { background-color: rgb(129,109,149); }
div.DivClassName
{
background-color: #816D95;
}
.BgClassName
{
background-color: #816D95;
}
</style>
border-color css
<style>
span { border-color: #816D95; }
span { border-color: rgb(129,109,149); }
td.TdClassName
{
border-color: #816D95;
}
.TagClassName
{
border-color: #816D95;
}
</style>