Shades of Amethyst #9661CB
Tints of Amethyst #9661CB
RGB
CMYK
RGB Variations
Color information
#9661CB (or 0x9661CB) is known color: Amethyst. HEX triplet: 96, 61 and CB. RGB value is (150,97,203). Sum of RGB (Red+Green+Blue) = 150+97+203=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9661CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661CB is #699E34. Grayscale: #7C7C7C. Windows color (decimal): -6921781 or 13328790. OLE color: 13328790.
HSL color Cylindrical-coordinate representation of color #9661CB: hue angle of 270º degrees, saturation: 0.5, 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 #9661CB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 97 | 203 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.20 |
| HSL | 270º | 0.5% | 0.59% | - |
| HSV(B) | 270º | 0.52% | 0.8% | - |
| XYZ | 27.63 | 19.35 | 58.78 | - |
| YUV | 124.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 203 | 0.26 | 0.52 | 0 | 0.20 | 270 | 0.5 | 0.59 |
| Hex | 96 | 61 | CB | 1A | 34 | 0 | 14 | 10E | 32 | 3B |
| Octal | 226 | 141 | 313 | 32 | 64 | 0 | 24 | 416 | 62 | 73 |
| Binary | 10010110 | 1100001 | 11001011 | 11010 | 110100 | 0 | 10100 | 100001110 | 110010 | 111011 |
Color Harmonies of #9661CB
Complementary color
Monochromatic Colors of #9661CB
Black with #9661CB
Text Example
Text Example
White with #9661CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661CB; }
p { color: rgb(150,97,203); }
H1.HeaderClassName
{
color: #9661CB;
}
.AnyTagClassName
{
color: #9661CB;
}
</style>
background-color css
<style>
a { background-color: #9661CB; }
a { background-color: rgb(150,97,203); }
div.DivClassName
{
background-color: #9661CB;
}
.BgClassName
{
background-color: #9661CB;
}
</style>
border-color css
<style>
span { border-color: #9661CB; }
span { border-color: rgb(150,97,203); }
td.TdClassName
{
border-color: #9661CB;
}
.TagClassName
{
border-color: #9661CB;
}
</style>