Shades of Amethyst Smoke #958F9C
Tints of Amethyst Smoke #958F9C
RGB
CMYK
RGB Variations
Color information
#958F9C (or 0x958F9C) is known color: Amethyst Smoke. HEX triplet: 95, 8F and 9C. RGB value is (149,143,156). Sum of RGB (Red+Green+Blue) = 149+143+156=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 156 - color contains mainly: blue. Hex color #958F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F9C is #6A7063. Grayscale: #929292. Windows color (decimal): -6975588 or 10260373. OLE color: 10260373.
HSL color Cylindrical-coordinate representation of color #958F9C: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #958F9C is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 143 | 156 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.39 |
| HSL | 267.69º | 0.06% | 0.59% | - |
| HSV(B) | 267.69º | 0.08% | 0.61% | - |
| XYZ | 28.22 | 28.43 | 35.45 | - |
| YUV | 146.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 156 | 0.04 | 0.08 | 0 | 0.39 | 267.69 | 0.06 | 0.59 |
| Hex | 95 | 8F | 9C | 4 | 8 | 0 | 27 | 10C | 6 | 3B |
| Octal | 225 | 217 | 234 | 4 | 10 | 0 | 47 | 414 | 6 | 73 |
| Binary | 10010101 | 10001111 | 10011100 | 100 | 1000 | 0 | 100111 | 100001100 | 110 | 111011 |
Color Harmonies of #958F9C
Complementary color
Monochromatic Colors of #958F9C
Black with #958F9C
Text Example
Text Example
White with #958F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F9C; }
p { color: rgb(149,143,156); }
H1.HeaderClassName
{
color: #958F9C;
}
.AnyTagClassName
{
color: #958F9C;
}
</style>
background-color css
<style>
a { background-color: #958F9C; }
a { background-color: rgb(149,143,156); }
div.DivClassName
{
background-color: #958F9C;
}
.BgClassName
{
background-color: #958F9C;
}
</style>
border-color css
<style>
span { border-color: #958F9C; }
span { border-color: rgb(149,143,156); }
td.TdClassName
{
border-color: #958F9C;
}
.TagClassName
{
border-color: #958F9C;
}
</style>