Shades of Amethyst Smoke #95789C
Tints of Amethyst Smoke #95789C
RGB
CMYK
RGB Variations
Color information
#95789C (or 0x95789C) is known color: Amethyst Smoke. HEX triplet: 95, 78 and 9C. RGB value is (149,120,156). Sum of RGB (Red+Green+Blue) = 149+120+156=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #95789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95789C is #6A8763. Grayscale: #848484. Windows color (decimal): -6981476 or 10254485. OLE color: 10254485.
HSL color Cylindrical-coordinate representation of color #95789C: hue angle of 288.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95789C is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 120 | 156 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.39 |
| HSL | 288.33º | 0.15% | 0.54% | - |
| HSV(B) | 288.33º | 0.23% | 0.61% | - |
| XYZ | 25.11 | 22.22 | 34.42 | - |
| YUV | 132.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 156 | 0.04 | 0.23 | 0 | 0.39 | 288.33 | 0.15 | 0.54 |
| Hex | 95 | 78 | 9C | 4 | 17 | 0 | 27 | 120 | F | 36 |
| Octal | 225 | 170 | 234 | 4 | 27 | 0 | 47 | 440 | 17 | 66 |
| Binary | 10010101 | 1111000 | 10011100 | 100 | 10111 | 0 | 100111 | 100100000 | 1111 | 110110 |
Color Harmonies of #95789C
Complementary color
Monochromatic Colors of #95789C
Black with #95789C
Text Example
Text Example
White with #95789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95789C; }
p { color: rgb(149,120,156); }
H1.HeaderClassName
{
color: #95789C;
}
.AnyTagClassName
{
color: #95789C;
}
</style>
background-color css
<style>
a { background-color: #95789C; }
a { background-color: rgb(149,120,156); }
div.DivClassName
{
background-color: #95789C;
}
.BgClassName
{
background-color: #95789C;
}
</style>
border-color css
<style>
span { border-color: #95789C; }
span { border-color: rgb(149,120,156); }
td.TdClassName
{
border-color: #95789C;
}
.TagClassName
{
border-color: #95789C;
}
</style>