Shades of Amethyst #9952DD
Tints of Amethyst #9952DD
RGB
CMYK
RGB Variations
Color information
#9952DD (or 0x9952DD) is known color: Amethyst. HEX triplet: 99, 52 and DD. RGB value is (153,82,221). Sum of RGB (Red+Green+Blue) = 153+82+221=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #9952DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952DD is #66AD22. Grayscale: #767676. Windows color (decimal): -6728995 or 14504601. OLE color: 14504601.
HSL color Cylindrical-coordinate representation of color #9952DD: hue angle of 270.65º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9952DD is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 82 | 221 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.13 |
| HSL | 270.65º | 0.67% | 0.59% | - |
| HSV(B) | 270.65º | 0.63% | 0.87% | - |
| XYZ | 29.21 | 18.03 | 70.35 | - |
| YUV | 119.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 221 | 0.31 | 0.63 | 0 | 0.13 | 270.65 | 0.67 | 0.59 |
| Hex | 99 | 52 | DD | 1F | 3F | 0 | D | 10F | 43 | 3B |
| Octal | 231 | 122 | 335 | 37 | 77 | 0 | 15 | 417 | 103 | 73 |
| Binary | 10011001 | 1010010 | 11011101 | 11111 | 111111 | 0 | 1101 | 100001111 | 1000011 | 111011 |
Color Harmonies of #9952DD
Complementary color
Monochromatic Colors of #9952DD
Black with #9952DD
Text Example
Text Example
White with #9952DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952DD; }
p { color: rgb(153,82,221); }
H1.HeaderClassName
{
color: #9952DD;
}
.AnyTagClassName
{
color: #9952DD;
}
</style>
background-color css
<style>
a { background-color: #9952DD; }
a { background-color: rgb(153,82,221); }
div.DivClassName
{
background-color: #9952DD;
}
.BgClassName
{
background-color: #9952DD;
}
</style>
border-color css
<style>
span { border-color: #9952DD; }
span { border-color: rgb(153,82,221); }
td.TdClassName
{
border-color: #9952DD;
}
.TagClassName
{
border-color: #9952DD;
}
</style>