Shades of Amethyst #9963CF
Tints of Amethyst #9963CF
RGB
CMYK
RGB Variations
Color information
#9963CF (or 0x9963CF) is known color: Amethyst. HEX triplet: 99, 63 and CF. RGB value is (153,99,207). Sum of RGB (Red+Green+Blue) = 153+99+207=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9963CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9963CF is #669C30. Grayscale: #7F7F7F. Windows color (decimal): -6724657 or 13591449. OLE color: 13591449.
HSL color Cylindrical-coordinate representation of color #9963CF: hue angle of 270º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9963CF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 99 | 207 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.19 |
| HSL | 270º | 0.53% | 0.6% | - |
| HSV(B) | 270º | 0.52% | 0.81% | - |
| XYZ | 28.86 | 20.2 | 61.41 | - |
| YUV | 127.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 207 | 0.26 | 0.52 | 0 | 0.19 | 270 | 0.53 | 0.6 |
| Hex | 99 | 63 | CF | 1A | 34 | 0 | 13 | 10E | 35 | 3C |
| Octal | 231 | 143 | 317 | 32 | 64 | 0 | 23 | 416 | 65 | 74 |
| Binary | 10011001 | 1100011 | 11001111 | 11010 | 110100 | 0 | 10011 | 100001110 | 110101 | 111100 |
Color Harmonies of #9963CF
Complementary color
Monochromatic Colors of #9963CF
Black with #9963CF
Text Example
Text Example
White with #9963CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9963CF; }
p { color: rgb(153,99,207); }
H1.HeaderClassName
{
color: #9963CF;
}
.AnyTagClassName
{
color: #9963CF;
}
</style>
background-color css
<style>
a { background-color: #9963CF; }
a { background-color: rgb(153,99,207); }
div.DivClassName
{
background-color: #9963CF;
}
.BgClassName
{
background-color: #9963CF;
}
</style>
border-color css
<style>
span { border-color: #9963CF; }
span { border-color: rgb(153,99,207); }
td.TdClassName
{
border-color: #9963CF;
}
.TagClassName
{
border-color: #9963CF;
}
</style>