Shades of Amethyst #9758CB
Tints of Amethyst #9758CB
RGB
CMYK
RGB Variations
Color information
#9758CB (or 0x9758CB) is known color: Amethyst. HEX triplet: 97, 58 and CB. RGB value is (151,88,203). Sum of RGB (Red+Green+Blue) = 151+88+203=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9758CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758CB is #68A734. Grayscale: #777777. Windows color (decimal): -6858549 or 13326487. OLE color: 13326487.
HSL color Cylindrical-coordinate representation of color #9758CB: hue angle of 272.87º 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 #9758CB is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 88 | 203 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.20 |
| HSL | 272.87º | 0.53% | 0.57% | - |
| HSV(B) | 272.87º | 0.57% | 0.8% | - |
| XYZ | 27.03 | 17.87 | 58.52 | - |
| YUV | 119.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 203 | 0.26 | 0.57 | 0 | 0.20 | 272.87 | 0.53 | 0.57 |
| Hex | 97 | 58 | CB | 1A | 39 | 0 | 14 | 111 | 35 | 39 |
| Octal | 227 | 130 | 313 | 32 | 71 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10010111 | 1011000 | 11001011 | 11010 | 111001 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9758CB
Complementary color
Monochromatic Colors of #9758CB
Black with #9758CB
Text Example
Text Example
White with #9758CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758CB; }
p { color: rgb(151,88,203); }
H1.HeaderClassName
{
color: #9758CB;
}
.AnyTagClassName
{
color: #9758CB;
}
</style>
background-color css
<style>
a { background-color: #9758CB; }
a { background-color: rgb(151,88,203); }
div.DivClassName
{
background-color: #9758CB;
}
.BgClassName
{
background-color: #9758CB;
}
</style>
border-color css
<style>
span { border-color: #9758CB; }
span { border-color: rgb(151,88,203); }
td.TdClassName
{
border-color: #9758CB;
}
.TagClassName
{
border-color: #9758CB;
}
</style>