Shades of Topaz #816A94
Tints of Topaz #816A94
RGB
CMYK
RGB Variations
Color information
#816A94 (or 0x816A94) is known color: Topaz. HEX triplet: 81, 6A and 94. RGB value is (129,106,148). Sum of RGB (Red+Green+Blue) = 129+106+148=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #816A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A94 is #7E956B. Grayscale: #757575. Windows color (decimal): -8295788 or 9726593. OLE color: 9726593.
HSL color Cylindrical-coordinate representation of color #816A94: hue angle of 272.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816A94 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 106 | 148 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.42 |
| HSL | 272.86º | 0.17% | 0.5% | - |
| HSV(B) | 272.86º | 0.28% | 0.58% | - |
| XYZ | 19.55 | 17.11 | 30.29 | - |
| YUV | 117.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 148 | 0.13 | 0.28 | 0 | 0.42 | 272.86 | 0.17 | 0.5 |
| Hex | 81 | 6A | 94 | D | 1C | 0 | 2A | 111 | 11 | 32 |
| Octal | 201 | 152 | 224 | 15 | 34 | 0 | 52 | 421 | 21 | 62 |
| Binary | 10000001 | 1101010 | 10010100 | 1101 | 11100 | 0 | 101010 | 100010001 | 10001 | 110010 |
Color Harmonies of #816A94
Complementary color
Monochromatic Colors of #816A94
Black with #816A94
Text Example
Text Example
White with #816A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A94; }
p { color: rgb(129,106,148); }
H1.HeaderClassName
{
color: #816A94;
}
.AnyTagClassName
{
color: #816A94;
}
</style>
background-color css
<style>
a { background-color: #816A94; }
a { background-color: rgb(129,106,148); }
div.DivClassName
{
background-color: #816A94;
}
.BgClassName
{
background-color: #816A94;
}
</style>
border-color css
<style>
span { border-color: #816A94; }
span { border-color: rgb(129,106,148); }
td.TdClassName
{
border-color: #816A94;
}
.TagClassName
{
border-color: #816A94;
}
</style>