Shades of Amethyst #9958CE
Tints of Amethyst #9958CE
RGB
CMYK
RGB Variations
Color information
#9958CE (or 0x9958CE) is known color: Amethyst. HEX triplet: 99, 58 and CE. RGB value is (153,88,206). Sum of RGB (Red+Green+Blue) = 153+88+206=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #9958CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958CE is #66A731. Grayscale: #787878. Windows color (decimal): -6727474 or 13523097. OLE color: 13523097.
HSL color Cylindrical-coordinate representation of color #9958CE: hue angle of 273.05º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9958CE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 88 | 206 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.19 |
| HSL | 273.05º | 0.55% | 0.58% | - |
| HSV(B) | 273.05º | 0.57% | 0.81% | - |
| XYZ | 27.77 | 18.21 | 60.44 | - |
| YUV | 120.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 206 | 0.26 | 0.57 | 0 | 0.19 | 273.05 | 0.55 | 0.58 |
| Hex | 99 | 58 | CE | 1A | 39 | 0 | 13 | 111 | 37 | 3A |
| Octal | 231 | 130 | 316 | 32 | 71 | 0 | 23 | 421 | 67 | 72 |
| Binary | 10011001 | 1011000 | 11001110 | 11010 | 111001 | 0 | 10011 | 100010001 | 110111 | 111010 |
Color Harmonies of #9958CE
Complementary color
Monochromatic Colors of #9958CE
Black with #9958CE
Text Example
Text Example
White with #9958CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958CE; }
p { color: rgb(153,88,206); }
H1.HeaderClassName
{
color: #9958CE;
}
.AnyTagClassName
{
color: #9958CE;
}
</style>
background-color css
<style>
a { background-color: #9958CE; }
a { background-color: rgb(153,88,206); }
div.DivClassName
{
background-color: #9958CE;
}
.BgClassName
{
background-color: #9958CE;
}
</style>
border-color css
<style>
span { border-color: #9958CE; }
span { border-color: rgb(153,88,206); }
td.TdClassName
{
border-color: #9958CE;
}
.TagClassName
{
border-color: #9958CE;
}
</style>