Shades of Topaz #826F94
Tints of Topaz #826F94
RGB
CMYK
RGB Variations
Color information
#826F94 (or 0x826F94) is known color: Topaz. HEX triplet: 82, 6F and 94. RGB value is (130,111,148). Sum of RGB (Red+Green+Blue) = 130+111+148=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #826F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F94 is #7D906B. Grayscale: #787878. Windows color (decimal): -8228972 or 9727874. OLE color: 9727874.
HSL color Cylindrical-coordinate representation of color #826F94: hue angle of 270.81º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826F94 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 111 | 148 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.42 |
| HSL | 270.81º | 0.15% | 0.51% | - |
| HSV(B) | 270.81º | 0.25% | 0.58% | - |
| XYZ | 20.24 | 18.25 | 30.47 | - |
| YUV | 120.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 148 | 0.12 | 0.25 | 0 | 0.42 | 270.81 | 0.15 | 0.51 |
| Hex | 82 | 6F | 94 | C | 19 | 0 | 2A | 10F | F | 33 |
| Octal | 202 | 157 | 224 | 14 | 31 | 0 | 52 | 417 | 17 | 63 |
| Binary | 10000010 | 1101111 | 10010100 | 1100 | 11001 | 0 | 101010 | 100001111 | 1111 | 110011 |
Color Harmonies of #826F94
Complementary color
Monochromatic Colors of #826F94
Black with #826F94
Text Example
Text Example
White with #826F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F94; }
p { color: rgb(130,111,148); }
H1.HeaderClassName
{
color: #826F94;
}
.AnyTagClassName
{
color: #826F94;
}
</style>
background-color css
<style>
a { background-color: #826F94; }
a { background-color: rgb(130,111,148); }
div.DivClassName
{
background-color: #826F94;
}
.BgClassName
{
background-color: #826F94;
}
</style>
border-color css
<style>
span { border-color: #826F94; }
span { border-color: rgb(130,111,148); }
td.TdClassName
{
border-color: #826F94;
}
.TagClassName
{
border-color: #826F94;
}
</style>