Shades of Amethyst #9962CA
Tints of Amethyst #9962CA
RGB
CMYK
RGB Variations
Color information
#9962CA (or 0x9962CA) is known color: Amethyst. HEX triplet: 99, 62 and CA. RGB value is (153,98,202). Sum of RGB (Red+Green+Blue) = 153+98+202=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #9962CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CA is #669D35. Grayscale: #7D7D7D. Windows color (decimal): -6724918 or 13263513. OLE color: 13263513.
HSL color Cylindrical-coordinate representation of color #9962CA: hue angle of 271.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9962CA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 98 | 202 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.21 |
| HSL | 271.73º | 0.5% | 0.59% | - |
| HSV(B) | 271.73º | 0.51% | 0.79% | - |
| XYZ | 28.17 | 19.77 | 58.21 | - |
| YUV | 126.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 202 | 0.24 | 0.51 | 0 | 0.21 | 271.73 | 0.5 | 0.59 |
| Hex | 99 | 62 | CA | 18 | 33 | 0 | 15 | 110 | 32 | 3B |
| Octal | 231 | 142 | 312 | 30 | 63 | 0 | 25 | 420 | 62 | 73 |
| Binary | 10011001 | 1100010 | 11001010 | 11000 | 110011 | 0 | 10101 | 100010000 | 110010 | 111011 |
Color Harmonies of #9962CA
Complementary color
Monochromatic Colors of #9962CA
Black with #9962CA
Text Example
Text Example
White with #9962CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9962CA; }
p { color: rgb(153,98,202); }
H1.HeaderClassName
{
color: #9962CA;
}
.AnyTagClassName
{
color: #9962CA;
}
</style>
background-color css
<style>
a { background-color: #9962CA; }
a { background-color: rgb(153,98,202); }
div.DivClassName
{
background-color: #9962CA;
}
.BgClassName
{
background-color: #9962CA;
}
</style>
border-color css
<style>
span { border-color: #9962CA; }
span { border-color: rgb(153,98,202); }
td.TdClassName
{
border-color: #9962CA;
}
.TagClassName
{
border-color: #9962CA;
}
</style>