Shades of Amethyst #9952DB
Tints of Amethyst #9952DB
RGB
CMYK
RGB Variations
Color information
#9952DB (or 0x9952DB) is known color: Amethyst. HEX triplet: 99, 52 and DB. RGB value is (153,82,219). Sum of RGB (Red+Green+Blue) = 153+82+219=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9952DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952DB is #66AD24. Grayscale: #767676. Windows color (decimal): -6728997 or 14373529. OLE color: 14373529.
HSL color Cylindrical-coordinate representation of color #9952DB: hue angle of 271.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9952DB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 82 | 219 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.14 |
| HSL | 271.09º | 0.66% | 0.59% | - |
| HSV(B) | 271.09º | 0.63% | 0.86% | - |
| XYZ | 28.94 | 17.92 | 68.95 | - |
| YUV | 118.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 219 | 0.30 | 0.63 | 0 | 0.14 | 271.09 | 0.66 | 0.59 |
| Hex | 99 | 52 | DB | 1E | 3F | 0 | E | 10F | 42 | 3B |
| Octal | 231 | 122 | 333 | 36 | 77 | 0 | 16 | 417 | 102 | 73 |
| Binary | 10011001 | 1010010 | 11011011 | 11110 | 111111 | 0 | 1110 | 100001111 | 1000010 | 111011 |
Color Harmonies of #9952DB
Complementary color
Monochromatic Colors of #9952DB
Black with #9952DB
Text Example
Text Example
White with #9952DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952DB; }
p { color: rgb(153,82,219); }
H1.HeaderClassName
{
color: #9952DB;
}
.AnyTagClassName
{
color: #9952DB;
}
</style>
background-color css
<style>
a { background-color: #9952DB; }
a { background-color: rgb(153,82,219); }
div.DivClassName
{
background-color: #9952DB;
}
.BgClassName
{
background-color: #9952DB;
}
</style>
border-color css
<style>
span { border-color: #9952DB; }
span { border-color: rgb(153,82,219); }
td.TdClassName
{
border-color: #9952DB;
}
.TagClassName
{
border-color: #9952DB;
}
</style>