Shades of Amethyst Smoke #958E9F
Tints of Amethyst Smoke #958E9F
RGB
CMYK
RGB Variations
Color information
#958E9F (or 0x958E9F) is known color: Amethyst Smoke. HEX triplet: 95, 8E and 9F. RGB value is (149,142,159). Sum of RGB (Red+Green+Blue) = 149+142+159=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 159 - color contains mainly: blue. Hex color #958E9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E9F is #6A7160. Grayscale: #919191. Windows color (decimal): -6975841 or 10456725. OLE color: 10456725.
HSL color Cylindrical-coordinate representation of color #958E9F: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958E9F is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 142 | 159 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.38 |
| HSL | 264.71º | 0.08% | 0.59% | - |
| HSV(B) | 264.71º | 0.11% | 0.62% | - |
| XYZ | 28.33 | 28.24 | 36.76 | - |
| YUV | 146.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 159 | 0.06 | 0.11 | 0 | 0.38 | 264.71 | 0.08 | 0.59 |
| Hex | 95 | 8E | 9F | 6 | B | 0 | 26 | 109 | 8 | 3B |
| Octal | 225 | 216 | 237 | 6 | 13 | 0 | 46 | 411 | 10 | 73 |
| Binary | 10010101 | 10001110 | 10011111 | 110 | 1011 | 0 | 100110 | 100001001 | 1000 | 111011 |
Color Harmonies of #958E9F
Complementary color
Monochromatic Colors of #958E9F
Black with #958E9F
Text Example
Text Example
White with #958E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E9F; }
p { color: rgb(149,142,159); }
H1.HeaderClassName
{
color: #958E9F;
}
.AnyTagClassName
{
color: #958E9F;
}
</style>
background-color css
<style>
a { background-color: #958E9F; }
a { background-color: rgb(149,142,159); }
div.DivClassName
{
background-color: #958E9F;
}
.BgClassName
{
background-color: #958E9F;
}
</style>
border-color css
<style>
span { border-color: #958E9F; }
span { border-color: rgb(149,142,159); }
td.TdClassName
{
border-color: #958E9F;
}
.TagClassName
{
border-color: #958E9F;
}
</style>