Shades of Amethyst Smoke #95799D
Tints of Amethyst Smoke #95799D
RGB
CMYK
RGB Variations
Color information
#95799D (or 0x95799D) is known color: Amethyst Smoke. HEX triplet: 95, 79 and 9D. RGB value is (149,121,157). Sum of RGB (Red+Green+Blue) = 149+121+157=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #95799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95799D is #6A8662. Grayscale: #858585. Windows color (decimal): -6981219 or 10320277. OLE color: 10320277.
HSL color Cylindrical-coordinate representation of color #95799D: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95799D is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 121 | 157 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.38 |
| HSL | 286.67º | 0.16% | 0.55% | - |
| HSV(B) | 286.67º | 0.23% | 0.62% | - |
| XYZ | 25.32 | 22.5 | 34.91 | - |
| YUV | 133.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 157 | 0.05 | 0.23 | 0 | 0.38 | 286.67 | 0.16 | 0.55 |
| Hex | 95 | 79 | 9D | 5 | 17 | 0 | 26 | 11F | 10 | 37 |
| Octal | 225 | 171 | 235 | 5 | 27 | 0 | 46 | 437 | 20 | 67 |
| Binary | 10010101 | 1111001 | 10011101 | 101 | 10111 | 0 | 100110 | 100011111 | 10000 | 110111 |
Color Harmonies of #95799D
Complementary color
Monochromatic Colors of #95799D
Black with #95799D
Text Example
Text Example
White with #95799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95799D; }
p { color: rgb(149,121,157); }
H1.HeaderClassName
{
color: #95799D;
}
.AnyTagClassName
{
color: #95799D;
}
</style>
background-color css
<style>
a { background-color: #95799D; }
a { background-color: rgb(149,121,157); }
div.DivClassName
{
background-color: #95799D;
}
.BgClassName
{
background-color: #95799D;
}
</style>
border-color css
<style>
span { border-color: #95799D; }
span { border-color: rgb(149,121,157); }
td.TdClassName
{
border-color: #95799D;
}
.TagClassName
{
border-color: #95799D;
}
</style>