Shades of Amethyst #9668CB
Tints of Amethyst #9668CB
RGB
CMYK
RGB Variations
Color information
#9668CB (or 0x9668CB) is known color: Amethyst. HEX triplet: 96, 68 and CB. RGB value is (150,104,203). Sum of RGB (Red+Green+Blue) = 150+104+203=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #9668CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668CB is #699734. Grayscale: #808080. Windows color (decimal): -6919989 or 13330582. OLE color: 13330582.
HSL color Cylindrical-coordinate representation of color #9668CB: hue angle of 267.88º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9668CB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 104 | 203 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.20 |
| HSL | 267.88º | 0.49% | 0.6% | - |
| HSV(B) | 267.88º | 0.49% | 0.8% | - |
| XYZ | 28.31 | 20.7 | 59 | - |
| YUV | 129.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 203 | 0.26 | 0.49 | 0 | 0.20 | 267.88 | 0.49 | 0.6 |
| Hex | 96 | 68 | CB | 1A | 31 | 0 | 14 | 10C | 31 | 3C |
| Octal | 226 | 150 | 313 | 32 | 61 | 0 | 24 | 414 | 61 | 74 |
| Binary | 10010110 | 1101000 | 11001011 | 11010 | 110001 | 0 | 10100 | 100001100 | 110001 | 111100 |
Color Harmonies of #9668CB
Complementary color
Monochromatic Colors of #9668CB
Black with #9668CB
Text Example
Text Example
White with #9668CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9668CB; }
p { color: rgb(150,104,203); }
H1.HeaderClassName
{
color: #9668CB;
}
.AnyTagClassName
{
color: #9668CB;
}
</style>
background-color css
<style>
a { background-color: #9668CB; }
a { background-color: rgb(150,104,203); }
div.DivClassName
{
background-color: #9668CB;
}
.BgClassName
{
background-color: #9668CB;
}
</style>
border-color css
<style>
span { border-color: #9668CB; }
span { border-color: rgb(150,104,203); }
td.TdClassName
{
border-color: #9668CB;
}
.TagClassName
{
border-color: #9668CB;
}
</style>