Shades of Amethyst #9665BD
Tints of Amethyst #9665BD
RGB
CMYK
RGB Variations
Color information
#9665BD (or 0x9665BD) is known color: Amethyst. HEX triplet: 96, 65 and BD. RGB value is (150,101,189). Sum of RGB (Red+Green+Blue) = 150+101+189=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9665BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665BD is #699A42. Grayscale: #7D7D7D. Windows color (decimal): -6920771 or 12412310. OLE color: 12412310.
HSL color Cylindrical-coordinate representation of color #9665BD: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9665BD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 101 | 189 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.26 |
| HSL | 273.41º | 0.4% | 0.57% | - |
| HSV(B) | 273.41º | 0.47% | 0.74% | - |
| XYZ | 26.42 | 19.47 | 50.51 | - |
| YUV | 125.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 189 | 0.21 | 0.47 | 0 | 0.26 | 273.41 | 0.4 | 0.57 |
| Hex | 96 | 65 | BD | 15 | 2F | 0 | 1A | 111 | 28 | 39 |
| Octal | 226 | 145 | 275 | 25 | 57 | 0 | 32 | 421 | 50 | 71 |
| Binary | 10010110 | 1100101 | 10111101 | 10101 | 101111 | 0 | 11010 | 100010001 | 101000 | 111001 |
Color Harmonies of #9665BD
Complementary color
Monochromatic Colors of #9665BD
Black with #9665BD
Text Example
Text Example
White with #9665BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665BD; }
p { color: rgb(150,101,189); }
H1.HeaderClassName
{
color: #9665BD;
}
.AnyTagClassName
{
color: #9665BD;
}
</style>
background-color css
<style>
a { background-color: #9665BD; }
a { background-color: rgb(150,101,189); }
div.DivClassName
{
background-color: #9665BD;
}
.BgClassName
{
background-color: #9665BD;
}
</style>
border-color css
<style>
span { border-color: #9665BD; }
span { border-color: rgb(150,101,189); }
td.TdClassName
{
border-color: #9665BD;
}
.TagClassName
{
border-color: #9665BD;
}
</style>