Shades of Topaz #8B8199
Tints of Topaz #8B8199
RGB
CMYK
RGB Variations
Color information
#8B8199 (or 0x8B8199) is known color: Topaz. HEX triplet: 8B, 81 and 99. RGB value is (139,129,153). Sum of RGB (Red+Green+Blue) = 139+129+153=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8199 is #747E66. Grayscale: #868686. Windows color (decimal): -7634535 or 10060171. OLE color: 10060171.
HSL color Cylindrical-coordinate representation of color #8B8199: hue angle of 265º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B8199 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 129 | 153 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.4 |
| HSL | 265º | 0.11% | 0.55% | - |
| HSV(B) | 265º | 0.16% | 0.6% | - |
| XYZ | 24.25 | 23.49 | 33.39 | - |
| YUV | 134.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 153 | 0.09 | 0.16 | 0 | 0.4 | 265 | 0.11 | 0.55 |
| Hex | 8B | 81 | 99 | 9 | 10 | 0 | 28 | 109 | B | 37 |
| Octal | 213 | 201 | 231 | 11 | 20 | 0 | 50 | 411 | 13 | 67 |
| Binary | 10001011 | 10000001 | 10011001 | 1001 | 10000 | 0 | 101000 | 100001001 | 1011 | 110111 |
Color Harmonies of #8B8199
Complementary color
Monochromatic Colors of #8B8199
Black with #8B8199
Text Example
Text Example
White with #8B8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8199; }
p { color: rgb(139,129,153); }
H1.HeaderClassName
{
color: #8B8199;
}
.AnyTagClassName
{
color: #8B8199;
}
</style>
background-color css
<style>
a { background-color: #8B8199; }
a { background-color: rgb(139,129,153); }
div.DivClassName
{
background-color: #8B8199;
}
.BgClassName
{
background-color: #8B8199;
}
</style>
border-color css
<style>
span { border-color: #8B8199; }
span { border-color: rgb(139,129,153); }
td.TdClassName
{
border-color: #8B8199;
}
.TagClassName
{
border-color: #8B8199;
}
</style>