Shades of Topaz #826C93
Tints of Topaz #826C93
RGB
CMYK
RGB Variations
Color information
#826C93 (or 0x826C93) is known color: Topaz. HEX triplet: 82, 6C and 93. RGB value is (130,108,147). Sum of RGB (Red+Green+Blue) = 130+108+147=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #826C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C93 is #7D936C. Grayscale: #767676. Windows color (decimal): -8229741 or 9661570. OLE color: 9661570.
HSL color Cylindrical-coordinate representation of color #826C93: hue angle of 273.85º degrees, saturation: 0.15, 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 #826C93 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 108 | 147 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.42 |
| HSL | 273.85º | 0.15% | 0.5% | - |
| HSV(B) | 273.85º | 0.27% | 0.58% | - |
| XYZ | 19.83 | 17.58 | 29.95 | - |
| YUV | 119.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 147 | 0.12 | 0.27 | 0 | 0.42 | 273.85 | 0.15 | 0.5 |
| Hex | 82 | 6C | 93 | C | 1B | 0 | 2A | 112 | F | 32 |
| Octal | 202 | 154 | 223 | 14 | 33 | 0 | 52 | 422 | 17 | 62 |
| Binary | 10000010 | 1101100 | 10010011 | 1100 | 11011 | 0 | 101010 | 100010010 | 1111 | 110010 |
Color Harmonies of #826C93
Complementary color
Monochromatic Colors of #826C93
Black with #826C93
Text Example
Text Example
White with #826C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C93; }
p { color: rgb(130,108,147); }
H1.HeaderClassName
{
color: #826C93;
}
.AnyTagClassName
{
color: #826C93;
}
</style>
background-color css
<style>
a { background-color: #826C93; }
a { background-color: rgb(130,108,147); }
div.DivClassName
{
background-color: #826C93;
}
.BgClassName
{
background-color: #826C93;
}
</style>
border-color css
<style>
span { border-color: #826C93; }
span { border-color: rgb(130,108,147); }
td.TdClassName
{
border-color: #826C93;
}
.TagClassName
{
border-color: #826C93;
}
</style>