Shades of Amethyst #9665CD
Tints of Amethyst #9665CD
RGB
CMYK
RGB Variations
Color information
#9665CD (or 0x9665CD) is known color: Amethyst. HEX triplet: 96, 65 and CD. RGB value is (150,101,205). Sum of RGB (Red+Green+Blue) = 150+101+205=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #9665CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665CD is #699A32. Grayscale: #7F7F7F. Windows color (decimal): -6920755 or 13460886. OLE color: 13460886.
HSL color Cylindrical-coordinate representation of color #9665CD: hue angle of 268.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9665CD is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 101 | 205 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.20 |
| HSL | 268.27º | 0.51% | 0.6% | - |
| HSV(B) | 268.27º | 0.51% | 0.8% | - |
| XYZ | 28.25 | 20.2 | 60.17 | - |
| YUV | 127.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 205 | 0.27 | 0.51 | 0 | 0.20 | 268.27 | 0.51 | 0.6 |
| Hex | 96 | 65 | CD | 1B | 33 | 0 | 14 | 10C | 33 | 3C |
| Octal | 226 | 145 | 315 | 33 | 63 | 0 | 24 | 414 | 63 | 74 |
| Binary | 10010110 | 1100101 | 11001101 | 11011 | 110011 | 0 | 10100 | 100001100 | 110011 | 111100 |
Color Harmonies of #9665CD
Complementary color
Monochromatic Colors of #9665CD
Black with #9665CD
Text Example
Text Example
White with #9665CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665CD; }
p { color: rgb(150,101,205); }
H1.HeaderClassName
{
color: #9665CD;
}
.AnyTagClassName
{
color: #9665CD;
}
</style>
background-color css
<style>
a { background-color: #9665CD; }
a { background-color: rgb(150,101,205); }
div.DivClassName
{
background-color: #9665CD;
}
.BgClassName
{
background-color: #9665CD;
}
</style>
border-color css
<style>
span { border-color: #9665CD; }
span { border-color: rgb(150,101,205); }
td.TdClassName
{
border-color: #9665CD;
}
.TagClassName
{
border-color: #9665CD;
}
</style>