Shades of Amethyst #9954CE
Tints of Amethyst #9954CE
RGB
CMYK
RGB Variations
Color information
#9954CE (or 0x9954CE) is known color: Amethyst. HEX triplet: 99, 54 and CE. RGB value is (153,84,206). Sum of RGB (Red+Green+Blue) = 153+84+206=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9954CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954CE is #66AB31. Grayscale: #767676. Windows color (decimal): -6728498 or 13522073. OLE color: 13522073.
HSL color Cylindrical-coordinate representation of color #9954CE: hue angle of 273.93º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9954CE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 84 | 206 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.19 |
| HSL | 273.93º | 0.55% | 0.57% | - |
| HSV(B) | 273.93º | 0.59% | 0.81% | - |
| XYZ | 27.45 | 17.57 | 60.34 | - |
| YUV | 118.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 206 | 0.26 | 0.59 | 0 | 0.19 | 273.93 | 0.55 | 0.57 |
| Hex | 99 | 54 | CE | 1A | 3B | 0 | 13 | 112 | 37 | 39 |
| Octal | 231 | 124 | 316 | 32 | 73 | 0 | 23 | 422 | 67 | 71 |
| Binary | 10011001 | 1010100 | 11001110 | 11010 | 111011 | 0 | 10011 | 100010010 | 110111 | 111001 |
Color Harmonies of #9954CE
Complementary color
Monochromatic Colors of #9954CE
Black with #9954CE
Text Example
Text Example
White with #9954CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954CE; }
p { color: rgb(153,84,206); }
H1.HeaderClassName
{
color: #9954CE;
}
.AnyTagClassName
{
color: #9954CE;
}
</style>
background-color css
<style>
a { background-color: #9954CE; }
a { background-color: rgb(153,84,206); }
div.DivClassName
{
background-color: #9954CE;
}
.BgClassName
{
background-color: #9954CE;
}
</style>
border-color css
<style>
span { border-color: #9954CE; }
span { border-color: rgb(153,84,206); }
td.TdClassName
{
border-color: #9954CE;
}
.TagClassName
{
border-color: #9954CE;
}
</style>