Shades of Amethyst Smoke #99919B
Tints of Amethyst Smoke #99919B
RGB
CMYK
RGB Variations
Color information
#99919B (or 0x99919B) is known color: Amethyst Smoke. HEX triplet: 99, 91 and 9B. RGB value is (153,145,155). Sum of RGB (Red+Green+Blue) = 153+145+155=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #99919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99919B is #666E64. Grayscale: #949494. Windows color (decimal): -6712933 or 10195353. OLE color: 10195353.
HSL color Cylindrical-coordinate representation of color #99919B: hue angle of 288º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99919B is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 145 | 155 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.39 |
| HSL | 288º | 0.05% | 0.59% | - |
| HSV(B) | 288º | 0.06% | 0.61% | - |
| XYZ | 29.18 | 29.39 | 35.15 | - |
| YUV | 148.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 155 | 0.01 | 0.06 | 0 | 0.39 | 288 | 0.05 | 0.59 |
| Hex | 99 | 91 | 9B | 1 | 6 | 0 | 27 | 120 | 5 | 3B |
| Octal | 231 | 221 | 233 | 1 | 6 | 0 | 47 | 440 | 5 | 73 |
| Binary | 10011001 | 10010001 | 10011011 | 1 | 110 | 0 | 100111 | 100100000 | 101 | 111011 |
Color Harmonies of #99919B
Complementary color
Monochromatic Colors of #99919B
Black with #99919B
Text Example
Text Example
White with #99919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99919B; }
p { color: rgb(153,145,155); }
H1.HeaderClassName
{
color: #99919B;
}
.AnyTagClassName
{
color: #99919B;
}
</style>
background-color css
<style>
a { background-color: #99919B; }
a { background-color: rgb(153,145,155); }
div.DivClassName
{
background-color: #99919B;
}
.BgClassName
{
background-color: #99919B;
}
</style>
border-color css
<style>
span { border-color: #99919B; }
span { border-color: rgb(153,145,155); }
td.TdClassName
{
border-color: #99919B;
}
.TagClassName
{
border-color: #99919B;
}
</style>