Shades of Amethyst #9953DF
Tints of Amethyst #9953DF
RGB
CMYK
RGB Variations
Color information
#9953DF (or 0x9953DF) is known color: Amethyst. HEX triplet: 99, 53 and DF. RGB value is (153,83,223). Sum of RGB (Red+Green+Blue) = 153+83+223=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9953DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953DF is #66AC20. Grayscale: #777777. Windows color (decimal): -6728737 or 14635929. OLE color: 14635929.
HSL color Cylindrical-coordinate representation of color #9953DF: hue angle of 270º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9953DF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 83 | 223 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.13 |
| HSL | 270º | 0.69% | 0.6% | - |
| HSV(B) | 270º | 0.63% | 0.87% | - |
| XYZ | 29.55 | 18.29 | 71.78 | - |
| YUV | 119.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 223 | 0.31 | 0.63 | 0 | 0.13 | 270 | 0.69 | 0.6 |
| Hex | 99 | 53 | DF | 1F | 3F | 0 | D | 10E | 45 | 3C |
| Octal | 231 | 123 | 337 | 37 | 77 | 0 | 15 | 416 | 105 | 74 |
| Binary | 10011001 | 1010011 | 11011111 | 11111 | 111111 | 0 | 1101 | 100001110 | 1000101 | 111100 |
Color Harmonies of #9953DF
Complementary color
Monochromatic Colors of #9953DF
Black with #9953DF
Text Example
Text Example
White with #9953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953DF; }
p { color: rgb(153,83,223); }
H1.HeaderClassName
{
color: #9953DF;
}
.AnyTagClassName
{
color: #9953DF;
}
</style>
background-color css
<style>
a { background-color: #9953DF; }
a { background-color: rgb(153,83,223); }
div.DivClassName
{
background-color: #9953DF;
}
.BgClassName
{
background-color: #9953DF;
}
</style>
border-color css
<style>
span { border-color: #9953DF; }
span { border-color: rgb(153,83,223); }
td.TdClassName
{
border-color: #9953DF;
}
.TagClassName
{
border-color: #9953DF;
}
</style>