Shades of Amethyst #9958CC
Tints of Amethyst #9958CC
RGB
CMYK
RGB Variations
Color information
#9958CC (or 0x9958CC) is known color: Amethyst. HEX triplet: 99, 58 and CC. RGB value is (153,88,204). Sum of RGB (Red+Green+Blue) = 153+88+204=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #9958CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958CC is #66A733. Grayscale: #787878. Windows color (decimal): -6727476 or 13392025. OLE color: 13392025.
HSL color Cylindrical-coordinate representation of color #9958CC: hue angle of 273.62º 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 #9958CC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 88 | 204 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.2 |
| HSL | 273.62º | 0.53% | 0.57% | - |
| HSV(B) | 273.62º | 0.57% | 0.8% | - |
| XYZ | 27.53 | 18.11 | 59.17 | - |
| YUV | 120.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 204 | 0.25 | 0.57 | 0 | 0.2 | 273.62 | 0.53 | 0.57 |
| Hex | 99 | 58 | CC | 19 | 39 | 0 | 14 | 112 | 35 | 39 |
| Octal | 231 | 130 | 314 | 31 | 71 | 0 | 24 | 422 | 65 | 71 |
| Binary | 10011001 | 1011000 | 11001100 | 11001 | 111001 | 0 | 10100 | 100010010 | 110101 | 111001 |
Color Harmonies of #9958CC
Complementary color
Monochromatic Colors of #9958CC
Black with #9958CC
Text Example
Text Example
White with #9958CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958CC; }
p { color: rgb(153,88,204); }
H1.HeaderClassName
{
color: #9958CC;
}
.AnyTagClassName
{
color: #9958CC;
}
</style>
background-color css
<style>
a { background-color: #9958CC; }
a { background-color: rgb(153,88,204); }
div.DivClassName
{
background-color: #9958CC;
}
.BgClassName
{
background-color: #9958CC;
}
</style>
border-color css
<style>
span { border-color: #9958CC; }
span { border-color: rgb(153,88,204); }
td.TdClassName
{
border-color: #9958CC;
}
.TagClassName
{
border-color: #9958CC;
}
</style>