Shades of Topaz #807093
Tints of Topaz #807093
RGB
CMYK
RGB Variations
Color information
#807093 (or 0x807093) is known color: Topaz. HEX triplet: 80, 70 and 93. RGB value is (128,112,147). Sum of RGB (Red+Green+Blue) = 128+112+147=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #807093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807093 is #7F8F6C. Grayscale: #787878. Windows color (decimal): -8359789 or 9662592. OLE color: 9662592.
HSL color Cylindrical-coordinate representation of color #807093: hue angle of 267.43º 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 #807093 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 112 | 147 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.42 |
| HSL | 267.43º | 0.14% | 0.51% | - |
| HSV(B) | 267.43º | 0.24% | 0.58% | - |
| XYZ | 19.96 | 18.28 | 30.08 | - |
| YUV | 120.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 147 | 0.13 | 0.24 | 0 | 0.42 | 267.43 | 0.14 | 0.51 |
| Hex | 80 | 70 | 93 | D | 18 | 0 | 2A | 10B | E | 33 |
| Octal | 200 | 160 | 223 | 15 | 30 | 0 | 52 | 413 | 16 | 63 |
| Binary | 10000000 | 1110000 | 10010011 | 1101 | 11000 | 0 | 101010 | 100001011 | 1110 | 110011 |
Color Harmonies of #807093
Complementary color
Monochromatic Colors of #807093
Black with #807093
Text Example
Text Example
White with #807093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807093; }
p { color: rgb(128,112,147); }
H1.HeaderClassName
{
color: #807093;
}
.AnyTagClassName
{
color: #807093;
}
</style>
background-color css
<style>
a { background-color: #807093; }
a { background-color: rgb(128,112,147); }
div.DivClassName
{
background-color: #807093;
}
.BgClassName
{
background-color: #807093;
}
</style>
border-color css
<style>
span { border-color: #807093; }
span { border-color: rgb(128,112,147); }
td.TdClassName
{
border-color: #807093;
}
.TagClassName
{
border-color: #807093;
}
</style>