Shades of Amethyst #965DCB
Tints of Amethyst #965DCB
RGB
CMYK
RGB Variations
Color information
#965DCB (or 0x965DCB) is known color: Amethyst. HEX triplet: 96, 5D and CB. RGB value is (150,93,203). Sum of RGB (Red+Green+Blue) = 150+93+203=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #965DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCB is #69A234. Grayscale: #7A7A7A. Windows color (decimal): -6922805 or 13327766. OLE color: 13327766.
HSL color Cylindrical-coordinate representation of color #965DCB: hue angle of 271.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965DCB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 93 | 203 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.20 |
| HSL | 271.09º | 0.51% | 0.58% | - |
| HSV(B) | 271.09º | 0.54% | 0.8% | - |
| XYZ | 27.27 | 18.62 | 58.66 | - |
| YUV | 122.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 203 | 0.26 | 0.54 | 0 | 0.20 | 271.09 | 0.51 | 0.58 |
| Hex | 96 | 5D | CB | 1A | 36 | 0 | 14 | 10F | 33 | 3A |
| Octal | 226 | 135 | 313 | 32 | 66 | 0 | 24 | 417 | 63 | 72 |
| Binary | 10010110 | 1011101 | 11001011 | 11010 | 110110 | 0 | 10100 | 100001111 | 110011 | 111010 |
Color Harmonies of #965DCB
Complementary color
Monochromatic Colors of #965DCB
Black with #965DCB
Text Example
Text Example
White with #965DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DCB; }
p { color: rgb(150,93,203); }
H1.HeaderClassName
{
color: #965DCB;
}
.AnyTagClassName
{
color: #965DCB;
}
</style>
background-color css
<style>
a { background-color: #965DCB; }
a { background-color: rgb(150,93,203); }
div.DivClassName
{
background-color: #965DCB;
}
.BgClassName
{
background-color: #965DCB;
}
</style>
border-color css
<style>
span { border-color: #965DCB; }
span { border-color: rgb(150,93,203); }
td.TdClassName
{
border-color: #965DCB;
}
.TagClassName
{
border-color: #965DCB;
}
</style>