Shades of Amethyst #9954DF
Tints of Amethyst #9954DF
RGB
CMYK
RGB Variations
Color information
#9954DF (or 0x9954DF) is known color: Amethyst. HEX triplet: 99, 54 and DF. RGB value is (153,84,223). Sum of RGB (Red+Green+Blue) = 153+84+223=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #9954DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954DF is #66AB20. Grayscale: #777777. Windows color (decimal): -6728481 or 14636185. OLE color: 14636185.
HSL color Cylindrical-coordinate representation of color #9954DF: hue angle of 269.78º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9954DF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 84 | 223 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.13 |
| HSL | 269.78º | 0.68% | 0.6% | - |
| HSV(B) | 269.78º | 0.62% | 0.87% | - |
| XYZ | 29.63 | 18.44 | 71.81 | - |
| YUV | 120.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 223 | 0.31 | 0.62 | 0 | 0.13 | 269.78 | 0.68 | 0.6 |
| Hex | 99 | 54 | DF | 1F | 3E | 0 | D | 10E | 44 | 3C |
| Octal | 231 | 124 | 337 | 37 | 76 | 0 | 15 | 416 | 104 | 74 |
| Binary | 10011001 | 1010100 | 11011111 | 11111 | 111110 | 0 | 1101 | 100001110 | 1000100 | 111100 |
Color Harmonies of #9954DF
Complementary color
Monochromatic Colors of #9954DF
Black with #9954DF
Text Example
Text Example
White with #9954DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954DF; }
p { color: rgb(153,84,223); }
H1.HeaderClassName
{
color: #9954DF;
}
.AnyTagClassName
{
color: #9954DF;
}
</style>
background-color css
<style>
a { background-color: #9954DF; }
a { background-color: rgb(153,84,223); }
div.DivClassName
{
background-color: #9954DF;
}
.BgClassName
{
background-color: #9954DF;
}
</style>
border-color css
<style>
span { border-color: #9954DF; }
span { border-color: rgb(153,84,223); }
td.TdClassName
{
border-color: #9954DF;
}
.TagClassName
{
border-color: #9954DF;
}
</style>