Shades of Amethyst #9662CB
Tints of Amethyst #9662CB
RGB
CMYK
RGB Variations
Color information
#9662CB (or 0x9662CB) is known color: Amethyst. HEX triplet: 96, 62 and CB. RGB value is (150,98,203). Sum of RGB (Red+Green+Blue) = 150+98+203=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #9662CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662CB is #699D34. Grayscale: #7D7D7D. Windows color (decimal): -6921525 or 13329046. OLE color: 13329046.
HSL color Cylindrical-coordinate representation of color #9662CB: hue angle of 269.71º 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 #9662CB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 98 | 203 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.20 |
| HSL | 269.71º | 0.5% | 0.59% | - |
| HSV(B) | 269.71º | 0.52% | 0.8% | - |
| XYZ | 27.72 | 19.53 | 58.81 | - |
| YUV | 125.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 203 | 0.26 | 0.52 | 0 | 0.20 | 269.71 | 0.5 | 0.59 |
| Hex | 96 | 62 | CB | 1A | 34 | 0 | 14 | 10E | 32 | 3B |
| Octal | 226 | 142 | 313 | 32 | 64 | 0 | 24 | 416 | 62 | 73 |
| Binary | 10010110 | 1100010 | 11001011 | 11010 | 110100 | 0 | 10100 | 100001110 | 110010 | 111011 |
Color Harmonies of #9662CB
Complementary color
Monochromatic Colors of #9662CB
Black with #9662CB
Text Example
Text Example
White with #9662CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9662CB; }
p { color: rgb(150,98,203); }
H1.HeaderClassName
{
color: #9662CB;
}
.AnyTagClassName
{
color: #9662CB;
}
</style>
background-color css
<style>
a { background-color: #9662CB; }
a { background-color: rgb(150,98,203); }
div.DivClassName
{
background-color: #9662CB;
}
.BgClassName
{
background-color: #9662CB;
}
</style>
border-color css
<style>
span { border-color: #9662CB; }
span { border-color: rgb(150,98,203); }
td.TdClassName
{
border-color: #9662CB;
}
.TagClassName
{
border-color: #9662CB;
}
</style>