Shades of Amethyst #9963D3
Tints of Amethyst #9963D3
RGB
CMYK
RGB Variations
Color information
#9963D3 (or 0x9963D3) is known color: Amethyst. HEX triplet: 99, 63 and D3. RGB value is (153,99,211). Sum of RGB (Red+Green+Blue) = 153+99+211=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #9963D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963D3 is #669C2C. Grayscale: #7F7F7F. Windows color (decimal): -6724653 or 13853593. OLE color: 13853593.
HSL color Cylindrical-coordinate representation of color #9963D3: hue angle of 268.93º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9963D3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 99 | 211 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.17 |
| HSL | 268.93º | 0.56% | 0.61% | - |
| HSV(B) | 268.93º | 0.53% | 0.83% | - |
| XYZ | 29.36 | 20.4 | 64.02 | - |
| YUV | 127.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 211 | 0.27 | 0.53 | 0 | 0.17 | 268.93 | 0.56 | 0.61 |
| Hex | 99 | 63 | D3 | 1B | 35 | 0 | 11 | 10D | 38 | 3D |
| Octal | 231 | 143 | 323 | 33 | 65 | 0 | 21 | 415 | 70 | 75 |
| Binary | 10011001 | 1100011 | 11010011 | 11011 | 110101 | 0 | 10001 | 100001101 | 111000 | 111101 |
Color Harmonies of #9963D3
Complementary color
Monochromatic Colors of #9963D3
Black with #9963D3
Text Example
Text Example
White with #9963D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963D3; }
p { color: rgb(153,99,211); }
H1.HeaderClassName
{
color: #9963D3;
}
.AnyTagClassName
{
color: #9963D3;
}
</style>
background-color css
<style>
a { background-color: #9963D3; }
a { background-color: rgb(153,99,211); }
div.DivClassName
{
background-color: #9963D3;
}
.BgClassName
{
background-color: #9963D3;
}
</style>
border-color css
<style>
span { border-color: #9963D3; }
span { border-color: rgb(153,99,211); }
td.TdClassName
{
border-color: #9963D3;
}
.TagClassName
{
border-color: #9963D3;
}
</style>