Shades of Amethyst #9757CB
Tints of Amethyst #9757CB
RGB
CMYK
RGB Variations
Color information
#9757CB (or 0x9757CB) is known color: Amethyst. HEX triplet: 97, 57 and CB. RGB value is (151,87,203). Sum of RGB (Red+Green+Blue) = 151+87+203=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #9757CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757CB is #68A834. Grayscale: #767676. Windows color (decimal): -6858805 or 13326231. OLE color: 13326231.
HSL color Cylindrical-coordinate representation of color #9757CB: hue angle of 273.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9757CB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 87 | 203 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.20 |
| HSL | 273.1º | 0.53% | 0.57% | - |
| HSV(B) | 273.1º | 0.57% | 0.8% | - |
| XYZ | 26.95 | 17.71 | 58.5 | - |
| YUV | 119.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 203 | 0.26 | 0.57 | 0 | 0.20 | 273.1 | 0.53 | 0.57 |
| Hex | 97 | 57 | CB | 1A | 39 | 0 | 14 | 111 | 35 | 39 |
| Octal | 227 | 127 | 313 | 32 | 71 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10010111 | 1010111 | 11001011 | 11010 | 111001 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9757CB
Complementary color
Monochromatic Colors of #9757CB
Black with #9757CB
Text Example
Text Example
White with #9757CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9757CB; }
p { color: rgb(151,87,203); }
H1.HeaderClassName
{
color: #9757CB;
}
.AnyTagClassName
{
color: #9757CB;
}
</style>
background-color css
<style>
a { background-color: #9757CB; }
a { background-color: rgb(151,87,203); }
div.DivClassName
{
background-color: #9757CB;
}
.BgClassName
{
background-color: #9757CB;
}
</style>
border-color css
<style>
span { border-color: #9757CB; }
span { border-color: rgb(151,87,203); }
td.TdClassName
{
border-color: #9757CB;
}
.TagClassName
{
border-color: #9757CB;
}
</style>