Shades of Amethyst #9963DA
Tints of Amethyst #9963DA
RGB
CMYK
RGB Variations
Color information
#9963DA (or 0x9963DA) is known color: Amethyst. HEX triplet: 99, 63 and DA. RGB value is (153,99,218). Sum of RGB (Red+Green+Blue) = 153+99+218=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9963DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963DA is #669C25. Grayscale: #808080. Windows color (decimal): -6724646 or 14312345. OLE color: 14312345.
HSL color Cylindrical-coordinate representation of color #9963DA: hue angle of 267.23º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9963DA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 99 | 218 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.15 |
| HSL | 267.23º | 0.62% | 0.62% | - |
| HSV(B) | 267.23º | 0.55% | 0.85% | - |
| XYZ | 30.25 | 20.76 | 68.74 | - |
| YUV | 128.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 218 | 0.30 | 0.55 | 0 | 0.15 | 267.23 | 0.62 | 0.62 |
| Hex | 99 | 63 | DA | 1E | 37 | 0 | F | 10B | 3E | 3E |
| Octal | 231 | 143 | 332 | 36 | 67 | 0 | 17 | 413 | 76 | 76 |
| Binary | 10011001 | 1100011 | 11011010 | 11110 | 110111 | 0 | 1111 | 100001011 | 111110 | 111110 |
Color Harmonies of #9963DA
Complementary color
Monochromatic Colors of #9963DA
Black with #9963DA
Text Example
Text Example
White with #9963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963DA; }
p { color: rgb(153,99,218); }
H1.HeaderClassName
{
color: #9963DA;
}
.AnyTagClassName
{
color: #9963DA;
}
</style>
background-color css
<style>
a { background-color: #9963DA; }
a { background-color: rgb(153,99,218); }
div.DivClassName
{
background-color: #9963DA;
}
.BgClassName
{
background-color: #9963DA;
}
</style>
border-color css
<style>
span { border-color: #9963DA; }
span { border-color: rgb(153,99,218); }
td.TdClassName
{
border-color: #9963DA;
}
.TagClassName
{
border-color: #9963DA;
}
</style>