Shades of Topaz #826F95
Tints of Topaz #826F95
RGB
CMYK
RGB Variations
Color information
#826F95 (or 0x826F95) is known color: Topaz. HEX triplet: 82, 6F and 95. RGB value is (130,111,149). Sum of RGB (Red+Green+Blue) = 130+111+149=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #826F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F95 is #7D906A. Grayscale: #787878. Windows color (decimal): -8228971 or 9793410. OLE color: 9793410.
HSL color Cylindrical-coordinate representation of color #826F95: hue angle of 270º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826F95 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 111 | 149 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.42 |
| HSL | 270º | 0.15% | 0.51% | - |
| HSV(B) | 270º | 0.26% | 0.58% | - |
| XYZ | 20.32 | 18.28 | 30.89 | - |
| YUV | 121.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 149 | 0.13 | 0.26 | 0 | 0.42 | 270 | 0.15 | 0.51 |
| Hex | 82 | 6F | 95 | D | 1A | 0 | 2A | 10E | F | 33 |
| Octal | 202 | 157 | 225 | 15 | 32 | 0 | 52 | 416 | 17 | 63 |
| Binary | 10000010 | 1101111 | 10010101 | 1101 | 11010 | 0 | 101010 | 100001110 | 1111 | 110011 |
Color Harmonies of #826F95
Complementary color
Monochromatic Colors of #826F95
Black with #826F95
Text Example
Text Example
White with #826F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F95; }
p { color: rgb(130,111,149); }
H1.HeaderClassName
{
color: #826F95;
}
.AnyTagClassName
{
color: #826F95;
}
</style>
background-color css
<style>
a { background-color: #826F95; }
a { background-color: rgb(130,111,149); }
div.DivClassName
{
background-color: #826F95;
}
.BgClassName
{
background-color: #826F95;
}
</style>
border-color css
<style>
span { border-color: #826F95; }
span { border-color: rgb(130,111,149); }
td.TdClassName
{
border-color: #826F95;
}
.TagClassName
{
border-color: #826F95;
}
</style>