Shades of Topaz #816B93
Tints of Topaz #816B93
RGB
CMYK
RGB Variations
Color information
#816B93 (or 0x816B93) is known color: Topaz. HEX triplet: 81, 6B and 93. RGB value is (129,107,147). Sum of RGB (Red+Green+Blue) = 129+107+147=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #816B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B93 is #7E946C. Grayscale: #757575. Windows color (decimal): -8295533 or 9661313. OLE color: 9661313.
HSL color Cylindrical-coordinate representation of color #816B93: hue angle of 273º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #816B93 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 107 | 147 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.42 |
| HSL | 273º | 0.16% | 0.5% | - |
| HSV(B) | 273º | 0.27% | 0.58% | - |
| XYZ | 19.58 | 17.29 | 29.91 | - |
| YUV | 118.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 147 | 0.12 | 0.27 | 0 | 0.42 | 273 | 0.16 | 0.5 |
| Hex | 81 | 6B | 93 | C | 1B | 0 | 2A | 111 | 10 | 32 |
| Octal | 201 | 153 | 223 | 14 | 33 | 0 | 52 | 421 | 20 | 62 |
| Binary | 10000001 | 1101011 | 10010011 | 1100 | 11011 | 0 | 101010 | 100010001 | 10000 | 110010 |
Color Harmonies of #816B93
Complementary color
Monochromatic Colors of #816B93
Black with #816B93
Text Example
Text Example
White with #816B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B93; }
p { color: rgb(129,107,147); }
H1.HeaderClassName
{
color: #816B93;
}
.AnyTagClassName
{
color: #816B93;
}
</style>
background-color css
<style>
a { background-color: #816B93; }
a { background-color: rgb(129,107,147); }
div.DivClassName
{
background-color: #816B93;
}
.BgClassName
{
background-color: #816B93;
}
</style>
border-color css
<style>
span { border-color: #816B93; }
span { border-color: rgb(129,107,147); }
td.TdClassName
{
border-color: #816B93;
}
.TagClassName
{
border-color: #816B93;
}
</style>