Shades of Amethyst Smoke #95769C
Tints of Amethyst Smoke #95769C
RGB
CMYK
RGB Variations
Color information
#95769C (or 0x95769C) is known color: Amethyst Smoke. HEX triplet: 95, 76 and 9C. RGB value is (149,118,156). Sum of RGB (Red+Green+Blue) = 149+118+156=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #95769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95769C is #6A8963. Grayscale: #838383. Windows color (decimal): -6981988 or 10253973. OLE color: 10253973.
HSL color Cylindrical-coordinate representation of color #95769C: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95769C is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 118 | 156 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.39 |
| HSL | 288.95º | 0.16% | 0.54% | - |
| HSV(B) | 288.95º | 0.24% | 0.61% | - |
| XYZ | 24.87 | 21.75 | 34.34 | - |
| YUV | 131.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 156 | 0.04 | 0.24 | 0 | 0.39 | 288.95 | 0.16 | 0.54 |
| Hex | 95 | 76 | 9C | 4 | 18 | 0 | 27 | 121 | 10 | 36 |
| Octal | 225 | 166 | 234 | 4 | 30 | 0 | 47 | 441 | 20 | 66 |
| Binary | 10010101 | 1110110 | 10011100 | 100 | 11000 | 0 | 100111 | 100100001 | 10000 | 110110 |
Color Harmonies of #95769C
Complementary color
Monochromatic Colors of #95769C
Black with #95769C
Text Example
Text Example
White with #95769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95769C; }
p { color: rgb(149,118,156); }
H1.HeaderClassName
{
color: #95769C;
}
.AnyTagClassName
{
color: #95769C;
}
</style>
background-color css
<style>
a { background-color: #95769C; }
a { background-color: rgb(149,118,156); }
div.DivClassName
{
background-color: #95769C;
}
.BgClassName
{
background-color: #95769C;
}
</style>
border-color css
<style>
span { border-color: #95769C; }
span { border-color: rgb(149,118,156); }
td.TdClassName
{
border-color: #95769C;
}
.TagClassName
{
border-color: #95769C;
}
</style>