Shades of Topaz #806A93
Tints of Topaz #806A93
RGB
CMYK
RGB Variations
Color information
#806A93 (or 0x806A93) is known color: Topaz. HEX triplet: 80, 6A and 93. RGB value is (128,106,147). Sum of RGB (Red+Green+Blue) = 128+106+147=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #806A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A93 is #7F956C. Grayscale: #757575. Windows color (decimal): -8361325 or 9661056. OLE color: 9661056.
HSL color Cylindrical-coordinate representation of color #806A93: hue angle of 272.2º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806A93 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 106 | 147 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.42 |
| HSL | 272.2º | 0.16% | 0.5% | - |
| HSV(B) | 272.2º | 0.28% | 0.58% | - |
| XYZ | 19.32 | 17 | 29.87 | - |
| YUV | 117.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 147 | 0.13 | 0.28 | 0 | 0.42 | 272.2 | 0.16 | 0.5 |
| Hex | 80 | 6A | 93 | D | 1C | 0 | 2A | 110 | 10 | 32 |
| Octal | 200 | 152 | 223 | 15 | 34 | 0 | 52 | 420 | 20 | 62 |
| Binary | 10000000 | 1101010 | 10010011 | 1101 | 11100 | 0 | 101010 | 100010000 | 10000 | 110010 |
Color Harmonies of #806A93
Complementary color
Monochromatic Colors of #806A93
Black with #806A93
Text Example
Text Example
White with #806A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A93; }
p { color: rgb(128,106,147); }
H1.HeaderClassName
{
color: #806A93;
}
.AnyTagClassName
{
color: #806A93;
}
</style>
background-color css
<style>
a { background-color: #806A93; }
a { background-color: rgb(128,106,147); }
div.DivClassName
{
background-color: #806A93;
}
.BgClassName
{
background-color: #806A93;
}
</style>
border-color css
<style>
span { border-color: #806A93; }
span { border-color: rgb(128,106,147); }
td.TdClassName
{
border-color: #806A93;
}
.TagClassName
{
border-color: #806A93;
}
</style>