Shades of Amethyst #9953DA
Tints of Amethyst #9953DA
RGB
CMYK
RGB Variations
Color information
#9953DA (or 0x9953DA) is known color: Amethyst. HEX triplet: 99, 53 and DA. RGB value is (153,83,218). Sum of RGB (Red+Green+Blue) = 153+83+218=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #9953DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953DA is #66AC25. Grayscale: #767676. Windows color (decimal): -6728742 or 14308249. OLE color: 14308249.
HSL color Cylindrical-coordinate representation of color #9953DA: hue angle of 271.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9953DA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 83 | 218 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.15 |
| HSL | 271.11º | 0.65% | 0.59% | - |
| HSV(B) | 271.11º | 0.62% | 0.85% | - |
| XYZ | 28.89 | 18.02 | 68.29 | - |
| YUV | 119.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 218 | 0.30 | 0.62 | 0 | 0.15 | 271.11 | 0.65 | 0.59 |
| Hex | 99 | 53 | DA | 1E | 3E | 0 | F | 10F | 41 | 3B |
| Octal | 231 | 123 | 332 | 36 | 76 | 0 | 17 | 417 | 101 | 73 |
| Binary | 10011001 | 1010011 | 11011010 | 11110 | 111110 | 0 | 1111 | 100001111 | 1000001 | 111011 |
Color Harmonies of #9953DA
Complementary color
Monochromatic Colors of #9953DA
Black with #9953DA
Text Example
Text Example
White with #9953DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953DA; }
p { color: rgb(153,83,218); }
H1.HeaderClassName
{
color: #9953DA;
}
.AnyTagClassName
{
color: #9953DA;
}
</style>
background-color css
<style>
a { background-color: #9953DA; }
a { background-color: rgb(153,83,218); }
div.DivClassName
{
background-color: #9953DA;
}
.BgClassName
{
background-color: #9953DA;
}
</style>
border-color css
<style>
span { border-color: #9953DA; }
span { border-color: rgb(153,83,218); }
td.TdClassName
{
border-color: #9953DA;
}
.TagClassName
{
border-color: #9953DA;
}
</style>