Shades of Amethyst #965BCD
Tints of Amethyst #965BCD
RGB
CMYK
RGB Variations
Color information
#965BCD (or 0x965BCD) is known color: Amethyst. HEX triplet: 96, 5B and CD. RGB value is (150,91,205). Sum of RGB (Red+Green+Blue) = 150+91+205=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #965BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BCD is #69A432. Grayscale: #797979. Windows color (decimal): -6923315 or 13458326. OLE color: 13458326.
HSL color Cylindrical-coordinate representation of color #965BCD: hue angle of 271.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965BCD is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 91 | 205 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.20 |
| HSL | 271.05º | 0.53% | 0.58% | - |
| HSV(B) | 271.05º | 0.56% | 0.8% | - |
| XYZ | 27.34 | 18.37 | 59.86 | - |
| YUV | 121.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 205 | 0.27 | 0.56 | 0 | 0.20 | 271.05 | 0.53 | 0.58 |
| Hex | 96 | 5B | CD | 1B | 38 | 0 | 14 | 10F | 35 | 3A |
| Octal | 226 | 133 | 315 | 33 | 70 | 0 | 24 | 417 | 65 | 72 |
| Binary | 10010110 | 1011011 | 11001101 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111010 |
Color Harmonies of #965BCD
Complementary color
Monochromatic Colors of #965BCD
Black with #965BCD
Text Example
Text Example
White with #965BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BCD; }
p { color: rgb(150,91,205); }
H1.HeaderClassName
{
color: #965BCD;
}
.AnyTagClassName
{
color: #965BCD;
}
</style>
background-color css
<style>
a { background-color: #965BCD; }
a { background-color: rgb(150,91,205); }
div.DivClassName
{
background-color: #965BCD;
}
.BgClassName
{
background-color: #965BCD;
}
</style>
border-color css
<style>
span { border-color: #965BCD; }
span { border-color: rgb(150,91,205); }
td.TdClassName
{
border-color: #965BCD;
}
.TagClassName
{
border-color: #965BCD;
}
</style>