Shades of Amethyst #9965CC
Tints of Amethyst #9965CC
RGB
CMYK
RGB Variations
Color information
#9965CC (or 0x9965CC) is known color: Amethyst. HEX triplet: 99, 65 and CC. RGB value is (153,101,204). Sum of RGB (Red+Green+Blue) = 153+101+204=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #9965CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9965CC is #669A33. Grayscale: #7F7F7F. Windows color (decimal): -6724148 or 13395353. OLE color: 13395353.
HSL color Cylindrical-coordinate representation of color #9965CC: hue angle of 270.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9965CC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 101 | 204 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.2 |
| HSL | 270.29º | 0.5% | 0.6% | - |
| HSV(B) | 270.29º | 0.5% | 0.8% | - |
| XYZ | 28.69 | 20.44 | 59.56 | - |
| YUV | 128.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 204 | 0.25 | 0.50 | 0 | 0.2 | 270.29 | 0.5 | 0.6 |
| Hex | 99 | 65 | CC | 19 | 32 | 0 | 14 | 10E | 32 | 3C |
| Octal | 231 | 145 | 314 | 31 | 62 | 0 | 24 | 416 | 62 | 74 |
| Binary | 10011001 | 1100101 | 11001100 | 11001 | 110010 | 0 | 10100 | 100001110 | 110010 | 111100 |
Color Harmonies of #9965CC
Complementary color
Monochromatic Colors of #9965CC
Black with #9965CC
Text Example
Text Example
White with #9965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965CC; }
p { color: rgb(153,101,204); }
H1.HeaderClassName
{
color: #9965CC;
}
.AnyTagClassName
{
color: #9965CC;
}
</style>
background-color css
<style>
a { background-color: #9965CC; }
a { background-color: rgb(153,101,204); }
div.DivClassName
{
background-color: #9965CC;
}
.BgClassName
{
background-color: #9965CC;
}
</style>
border-color css
<style>
span { border-color: #9965CC; }
span { border-color: rgb(153,101,204); }
td.TdClassName
{
border-color: #9965CC;
}
.TagClassName
{
border-color: #9965CC;
}
</style>