Shades of Amethyst #9665CB
Tints of Amethyst #9665CB
RGB
CMYK
RGB Variations
Color information
#9665CB (or 0x9665CB) is known color: Amethyst. HEX triplet: 96, 65 and CB. RGB value is (150,101,203). Sum of RGB (Red+Green+Blue) = 150+101+203=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #9665CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665CB is #699A34. Grayscale: #7E7E7E. Windows color (decimal): -6920757 or 13329814. OLE color: 13329814.
HSL color Cylindrical-coordinate representation of color #9665CB: hue angle of 268.82º 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 #9665CB is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 101 | 203 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.20 |
| HSL | 268.82º | 0.5% | 0.6% | - |
| HSV(B) | 268.82º | 0.5% | 0.8% | - |
| XYZ | 28.01 | 20.1 | 58.9 | - |
| YUV | 127.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 203 | 0.26 | 0.50 | 0 | 0.20 | 268.82 | 0.5 | 0.6 |
| Hex | 96 | 65 | CB | 1A | 32 | 0 | 14 | 10D | 32 | 3C |
| Octal | 226 | 145 | 313 | 32 | 62 | 0 | 24 | 415 | 62 | 74 |
| Binary | 10010110 | 1100101 | 11001011 | 11010 | 110010 | 0 | 10100 | 100001101 | 110010 | 111100 |
Color Harmonies of #9665CB
Complementary color
Monochromatic Colors of #9665CB
Black with #9665CB
Text Example
Text Example
White with #9665CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665CB; }
p { color: rgb(150,101,203); }
H1.HeaderClassName
{
color: #9665CB;
}
.AnyTagClassName
{
color: #9665CB;
}
</style>
background-color css
<style>
a { background-color: #9665CB; }
a { background-color: rgb(150,101,203); }
div.DivClassName
{
background-color: #9665CB;
}
.BgClassName
{
background-color: #9665CB;
}
</style>
border-color css
<style>
span { border-color: #9665CB; }
span { border-color: rgb(150,101,203); }
td.TdClassName
{
border-color: #9665CB;
}
.TagClassName
{
border-color: #9665CB;
}
</style>