Shades of Topaz #8A7D99
Tints of Topaz #8A7D99
RGB
CMYK
RGB Variations
Color information
#8A7D99 (or 0x8A7D99) is known color: Topaz. HEX triplet: 8A, 7D and 99. RGB value is (138,125,153). Sum of RGB (Red+Green+Blue) = 138+125+153=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D99 is #758266. Grayscale: #838383. Windows color (decimal): -7701095 or 10059146. OLE color: 10059146.
HSL color Cylindrical-coordinate representation of color #8A7D99: hue angle of 267.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7D99 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 125 | 153 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.4 |
| HSL | 267.86º | 0.12% | 0.55% | - |
| HSV(B) | 267.86º | 0.18% | 0.6% | - |
| XYZ | 23.56 | 22.37 | 33.21 | - |
| YUV | 132.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 125 | 153 | 0.10 | 0.18 | 0 | 0.4 | 267.86 | 0.12 | 0.55 |
| Hex | 8A | 7D | 99 | A | 12 | 0 | 28 | 10C | C | 37 |
| Octal | 212 | 175 | 231 | 12 | 22 | 0 | 50 | 414 | 14 | 67 |
| Binary | 10001010 | 1111101 | 10011001 | 1010 | 10010 | 0 | 101000 | 100001100 | 1100 | 110111 |
Color Harmonies of #8A7D99
Complementary color
Monochromatic Colors of #8A7D99
Black with #8A7D99
Text Example
Text Example
White with #8A7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7D99; }
p { color: rgb(138,125,153); }
H1.HeaderClassName
{
color: #8A7D99;
}
.AnyTagClassName
{
color: #8A7D99;
}
</style>
background-color css
<style>
a { background-color: #8A7D99; }
a { background-color: rgb(138,125,153); }
div.DivClassName
{
background-color: #8A7D99;
}
.BgClassName
{
background-color: #8A7D99;
}
</style>
border-color css
<style>
span { border-color: #8A7D99; }
span { border-color: rgb(138,125,153); }
td.TdClassName
{
border-color: #8A7D99;
}
.TagClassName
{
border-color: #8A7D99;
}
</style>