Shades of Amethyst #9758CC
Tints of Amethyst #9758CC
RGB
CMYK
RGB Variations
Color information
#9758CC (or 0x9758CC) is known color: Amethyst. HEX triplet: 97, 58 and CC. RGB value is (151,88,204). Sum of RGB (Red+Green+Blue) = 151+88+204=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #9758CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9758CC is #68A733. Grayscale: #777777. Windows color (decimal): -6858548 or 13392023. OLE color: 13392023.
HSL color Cylindrical-coordinate representation of color #9758CC: hue angle of 272.59º 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 #9758CC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 88 | 204 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.2 |
| HSL | 272.59º | 0.53% | 0.57% | - |
| HSV(B) | 272.59º | 0.57% | 0.8% | - |
| XYZ | 27.15 | 17.92 | 59.15 | - |
| YUV | 120.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 88 | 204 | 0.26 | 0.57 | 0 | 0.2 | 272.59 | 0.53 | 0.57 |
| Hex | 97 | 58 | CC | 1A | 39 | 0 | 14 | 111 | 35 | 39 |
| Octal | 227 | 130 | 314 | 32 | 71 | 0 | 24 | 421 | 65 | 71 |
| Binary | 10010111 | 1011000 | 11001100 | 11010 | 111001 | 0 | 10100 | 100010001 | 110101 | 111001 |
Color Harmonies of #9758CC
Complementary color
Monochromatic Colors of #9758CC
Black with #9758CC
Text Example
Text Example
White with #9758CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9758CC; }
p { color: rgb(151,88,204); }
H1.HeaderClassName
{
color: #9758CC;
}
.AnyTagClassName
{
color: #9758CC;
}
</style>
background-color css
<style>
a { background-color: #9758CC; }
a { background-color: rgb(151,88,204); }
div.DivClassName
{
background-color: #9758CC;
}
.BgClassName
{
background-color: #9758CC;
}
</style>
border-color css
<style>
span { border-color: #9758CC; }
span { border-color: rgb(151,88,204); }
td.TdClassName
{
border-color: #9758CC;
}
.TagClassName
{
border-color: #9758CC;
}
</style>