Shades of Amethyst #9962CF
Tints of Amethyst #9962CF
RGB
CMYK
RGB Variations
Color information
#9962CF (or 0x9962CF) is known color: Amethyst. HEX triplet: 99, 62 and CF. RGB value is (153,98,207). Sum of RGB (Red+Green+Blue) = 153+98+207=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #9962CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CF is #669D30. Grayscale: #7E7E7E. Windows color (decimal): -6724913 or 13591193. OLE color: 13591193.
HSL color Cylindrical-coordinate representation of color #9962CF: hue angle of 270.28º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9962CF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 98 | 207 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.19 |
| HSL | 270.28º | 0.53% | 0.6% | - |
| HSV(B) | 270.28º | 0.53% | 0.81% | - |
| XYZ | 28.77 | 20.01 | 61.38 | - |
| YUV | 126.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 207 | 0.26 | 0.53 | 0 | 0.19 | 270.28 | 0.53 | 0.6 |
| Hex | 99 | 62 | CF | 1A | 35 | 0 | 13 | 10E | 35 | 3C |
| Octal | 231 | 142 | 317 | 32 | 65 | 0 | 23 | 416 | 65 | 74 |
| Binary | 10011001 | 1100010 | 11001111 | 11010 | 110101 | 0 | 10011 | 100001110 | 110101 | 111100 |
Color Harmonies of #9962CF
Complementary color
Monochromatic Colors of #9962CF
Black with #9962CF
Text Example
Text Example
White with #9962CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9962CF; }
p { color: rgb(153,98,207); }
H1.HeaderClassName
{
color: #9962CF;
}
.AnyTagClassName
{
color: #9962CF;
}
</style>
background-color css
<style>
a { background-color: #9962CF; }
a { background-color: rgb(153,98,207); }
div.DivClassName
{
background-color: #9962CF;
}
.BgClassName
{
background-color: #9962CF;
}
</style>
border-color css
<style>
span { border-color: #9962CF; }
span { border-color: rgb(153,98,207); }
td.TdClassName
{
border-color: #9962CF;
}
.TagClassName
{
border-color: #9962CF;
}
</style>