Shades of Amethyst #9963DC
Tints of Amethyst #9963DC
RGB
CMYK
RGB Variations
Color information
#9963DC (or 0x9963DC) is known color: Amethyst. HEX triplet: 99, 63 and DC. RGB value is (153,99,220). Sum of RGB (Red+Green+Blue) = 153+99+220=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9963DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963DC is #669C23. Grayscale: #808080. Windows color (decimal): -6724644 or 14443417. OLE color: 14443417.
HSL color Cylindrical-coordinate representation of color #9963DC: hue angle of 266.78º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9963DC is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 99 | 220 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.14 |
| HSL | 266.78º | 0.63% | 0.63% | - |
| HSV(B) | 266.78º | 0.55% | 0.86% | - |
| XYZ | 30.52 | 20.86 | 70.13 | - |
| YUV | 128.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 220 | 0.30 | 0.55 | 0 | 0.14 | 266.78 | 0.63 | 0.63 |
| Hex | 99 | 63 | DC | 1E | 37 | 0 | E | 10B | 3F | 3F |
| Octal | 231 | 143 | 334 | 36 | 67 | 0 | 16 | 413 | 77 | 77 |
| Binary | 10011001 | 1100011 | 11011100 | 11110 | 110111 | 0 | 1110 | 100001011 | 111111 | 111111 |
Color Harmonies of #9963DC
Complementary color
Monochromatic Colors of #9963DC
Black with #9963DC
Text Example
Text Example
White with #9963DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963DC; }
p { color: rgb(153,99,220); }
H1.HeaderClassName
{
color: #9963DC;
}
.AnyTagClassName
{
color: #9963DC;
}
</style>
background-color css
<style>
a { background-color: #9963DC; }
a { background-color: rgb(153,99,220); }
div.DivClassName
{
background-color: #9963DC;
}
.BgClassName
{
background-color: #9963DC;
}
</style>
border-color css
<style>
span { border-color: #9963DC; }
span { border-color: rgb(153,99,220); }
td.TdClassName
{
border-color: #9963DC;
}
.TagClassName
{
border-color: #9963DC;
}
</style>