Shades of Topaz #8A7D98
Tints of Topaz #8A7D98
RGB
CMYK
RGB Variations
Color information
#8A7D98 (or 0x8A7D98) is known color: Topaz. HEX triplet: 8A, 7D and 98. RGB value is (138,125,152). Sum of RGB (Red+Green+Blue) = 138+125+152=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A7D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D98 is #758267. Grayscale: #838383. Windows color (decimal): -7701096 or 9993610. OLE color: 9993610.
HSL color Cylindrical-coordinate representation of color #8A7D98: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7D98 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 125 | 152 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.40 |
| HSL | 268.89º | 0.12% | 0.54% | - |
| HSV(B) | 268.89º | 0.18% | 0.6% | - |
| XYZ | 23.48 | 22.34 | 32.78 | - |
| YUV | 131.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 152 | 0.09 | 0.18 | 0 | 0.40 | 268.89 | 0.12 | 0.54 |
| Hex | 8A | 7D | 98 | 9 | 12 | 0 | 28 | 10D | C | 36 |
| Octal | 212 | 175 | 230 | 11 | 22 | 0 | 50 | 415 | 14 | 66 |
| Binary | 10001010 | 1111101 | 10011000 | 1001 | 10010 | 0 | 101000 | 100001101 | 1100 | 110110 |
Color Harmonies of #8A7D98
Complementary color
Monochromatic Colors of #8A7D98
Black with #8A7D98
Text Example
Text Example
White with #8A7D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D98; }
p { color: rgb(138,125,152); }
H1.HeaderClassName
{
color: #8A7D98;
}
.AnyTagClassName
{
color: #8A7D98;
}
</style>
background-color css
<style>
a { background-color: #8A7D98; }
a { background-color: rgb(138,125,152); }
div.DivClassName
{
background-color: #8A7D98;
}
.BgClassName
{
background-color: #8A7D98;
}
</style>
border-color css
<style>
span { border-color: #8A7D98; }
span { border-color: rgb(138,125,152); }
td.TdClassName
{
border-color: #8A7D98;
}
.TagClassName
{
border-color: #8A7D98;
}
</style>