Shades of Amethyst #9952DC
Tints of Amethyst #9952DC
RGB
CMYK
RGB Variations
Color information
#9952DC (or 0x9952DC) is known color: Amethyst. HEX triplet: 99, 52 and DC. RGB value is (153,82,220). Sum of RGB (Red+Green+Blue) = 153+82+220=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #9952DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952DC is #66AD23. Grayscale: #767676. Windows color (decimal): -6728996 or 14439065. OLE color: 14439065.
HSL color Cylindrical-coordinate representation of color #9952DC: hue angle of 270.87º 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 #9952DC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 82 | 220 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.14 |
| HSL | 270.87º | 0.66% | 0.59% | - |
| HSV(B) | 270.87º | 0.63% | 0.86% | - |
| XYZ | 29.07 | 17.97 | 69.65 | - |
| YUV | 118.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 82 | 220 | 0.30 | 0.63 | 0 | 0.14 | 270.87 | 0.66 | 0.59 |
| Hex | 99 | 52 | DC | 1E | 3F | 0 | E | 10F | 42 | 3B |
| Octal | 231 | 122 | 334 | 36 | 77 | 0 | 16 | 417 | 102 | 73 |
| Binary | 10011001 | 1010010 | 11011100 | 11110 | 111111 | 0 | 1110 | 100001111 | 1000010 | 111011 |
Color Harmonies of #9952DC
Complementary color
Monochromatic Colors of #9952DC
Black with #9952DC
Text Example
Text Example
White with #9952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9952DC; }
p { color: rgb(153,82,220); }
H1.HeaderClassName
{
color: #9952DC;
}
.AnyTagClassName
{
color: #9952DC;
}
</style>
background-color css
<style>
a { background-color: #9952DC; }
a { background-color: rgb(153,82,220); }
div.DivClassName
{
background-color: #9952DC;
}
.BgClassName
{
background-color: #9952DC;
}
</style>
border-color css
<style>
span { border-color: #9952DC; }
span { border-color: rgb(153,82,220); }
td.TdClassName
{
border-color: #9952DC;
}
.TagClassName
{
border-color: #9952DC;
}
</style>