Shades of Topaz #836F93
Tints of Topaz #836F93
RGB
CMYK
RGB Variations
Color information
#836F93 (or 0x836F93) is known color: Topaz. HEX triplet: 83, 6F and 93. RGB value is (131,111,147). Sum of RGB (Red+Green+Blue) = 131+111+147=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #836F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F93 is #7C906C. Grayscale: #787878. Windows color (decimal): -8163437 or 9662339. OLE color: 9662339.
HSL color Cylindrical-coordinate representation of color #836F93: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836F93 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 111 | 147 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.42 |
| HSL | 273.33º | 0.14% | 0.51% | - |
| HSV(B) | 273.33º | 0.24% | 0.58% | - |
| XYZ | 20.31 | 18.3 | 30.07 | - |
| YUV | 121.08 | 142.63 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 147 | 0.11 | 0.24 | 0 | 0.42 | 273.33 | 0.14 | 0.51 |
| Hex | 83 | 6F | 93 | B | 18 | 0 | 2A | 111 | E | 33 |
| Octal | 203 | 157 | 223 | 13 | 30 | 0 | 52 | 421 | 16 | 63 |
| Binary | 10000011 | 1101111 | 10010011 | 1011 | 11000 | 0 | 101010 | 100010001 | 1110 | 110011 |
Color Harmonies of #836F93
Complementary color
Monochromatic Colors of #836F93
Black with #836F93
Text Example
Text Example
White with #836F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F93; }
p { color: rgb(131,111,147); }
H1.HeaderClassName
{
color: #836F93;
}
.AnyTagClassName
{
color: #836F93;
}
</style>
background-color css
<style>
a { background-color: #836F93; }
a { background-color: rgb(131,111,147); }
div.DivClassName
{
background-color: #836F93;
}
.BgClassName
{
background-color: #836F93;
}
</style>
border-color css
<style>
span { border-color: #836F93; }
span { border-color: rgb(131,111,147); }
td.TdClassName
{
border-color: #836F93;
}
.TagClassName
{
border-color: #836F93;
}
</style>