Shades of Amethyst #9962CC
Tints of Amethyst #9962CC
RGB
CMYK
RGB Variations
Color information
#9962CC (or 0x9962CC) is known color: Amethyst. HEX triplet: 99, 62 and CC. RGB value is (153,98,204). Sum of RGB (Red+Green+Blue) = 153+98+204=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #9962CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962CC is #669D33. Grayscale: #7E7E7E. Windows color (decimal): -6724916 or 13394585. OLE color: 13394585.
HSL color Cylindrical-coordinate representation of color #9962CC: hue angle of 271.13º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9962CC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 98 | 204 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.2 |
| HSL | 271.13º | 0.51% | 0.59% | - |
| HSV(B) | 271.13º | 0.52% | 0.8% | - |
| XYZ | 28.4 | 19.87 | 59.46 | - |
| YUV | 126.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 204 | 0.25 | 0.52 | 0 | 0.2 | 271.13 | 0.51 | 0.59 |
| Hex | 99 | 62 | CC | 19 | 34 | 0 | 14 | 10F | 33 | 3B |
| Octal | 231 | 142 | 314 | 31 | 64 | 0 | 24 | 417 | 63 | 73 |
| Binary | 10011001 | 1100010 | 11001100 | 11001 | 110100 | 0 | 10100 | 100001111 | 110011 | 111011 |
Color Harmonies of #9962CC
Complementary color
Monochromatic Colors of #9962CC
Black with #9962CC
Text Example
Text Example
White with #9962CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9962CC; }
p { color: rgb(153,98,204); }
H1.HeaderClassName
{
color: #9962CC;
}
.AnyTagClassName
{
color: #9962CC;
}
</style>
background-color css
<style>
a { background-color: #9962CC; }
a { background-color: rgb(153,98,204); }
div.DivClassName
{
background-color: #9962CC;
}
.BgClassName
{
background-color: #9962CC;
}
</style>
border-color css
<style>
span { border-color: #9962CC; }
span { border-color: rgb(153,98,204); }
td.TdClassName
{
border-color: #9962CC;
}
.TagClassName
{
border-color: #9962CC;
}
</style>