Shades of Amethyst #9962D0
Tints of Amethyst #9962D0
RGB
CMYK
RGB Variations
Color information
#9962D0 (or 0x9962D0) is known color: Amethyst. HEX triplet: 99, 62 and D0. RGB value is (153,98,208). Sum of RGB (Red+Green+Blue) = 153+98+208=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #9962D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962D0 is #669D2F. Grayscale: #7E7E7E. Windows color (decimal): -6724912 or 13656729. OLE color: 13656729.
HSL color Cylindrical-coordinate representation of color #9962D0: hue angle of 270º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9962D0 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 98 | 208 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.18 |
| HSL | 270º | 0.54% | 0.6% | - |
| HSV(B) | 270º | 0.53% | 0.82% | - |
| XYZ | 28.89 | 20.06 | 62.02 | - |
| YUV | 126.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 208 | 0.26 | 0.53 | 0 | 0.18 | 270 | 0.54 | 0.6 |
| Hex | 99 | 62 | D0 | 1A | 35 | 0 | 12 | 10E | 36 | 3C |
| Octal | 231 | 142 | 320 | 32 | 65 | 0 | 22 | 416 | 66 | 74 |
| Binary | 10011001 | 1100010 | 11010000 | 11010 | 110101 | 0 | 10010 | 100001110 | 110110 | 111100 |
Color Harmonies of #9962D0
Complementary color
Monochromatic Colors of #9962D0
Black with #9962D0
Text Example
Text Example
White with #9962D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9962D0; }
p { color: rgb(153,98,208); }
H1.HeaderClassName
{
color: #9962D0;
}
.AnyTagClassName
{
color: #9962D0;
}
</style>
background-color css
<style>
a { background-color: #9962D0; }
a { background-color: rgb(153,98,208); }
div.DivClassName
{
background-color: #9962D0;
}
.BgClassName
{
background-color: #9962D0;
}
</style>
border-color css
<style>
span { border-color: #9962D0; }
span { border-color: rgb(153,98,208); }
td.TdClassName
{
border-color: #9962D0;
}
.TagClassName
{
border-color: #9962D0;
}
</style>