Shades of Amethyst #965BDE
Tints of Amethyst #965BDE
RGB
CMYK
RGB Variations
Color information
#965BDE (or 0x965BDE) is known color: Amethyst. HEX triplet: 96, 5B and DE. RGB value is (150,91,222). Sum of RGB (Red+Green+Blue) = 150+91+222=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #965BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BDE is #69A421. Grayscale: #7B7B7B. Windows color (decimal): -6923298 or 14572438. OLE color: 14572438.
HSL color Cylindrical-coordinate representation of color #965BDE: hue angle of 267.02º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965BDE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 91 | 222 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.13 |
| HSL | 267.02º | 0.66% | 0.61% | - |
| HSV(B) | 267.02º | 0.59% | 0.87% | - |
| XYZ | 29.5 | 19.24 | 71.27 | - |
| YUV | 123.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 222 | 0.32 | 0.59 | 0 | 0.13 | 267.02 | 0.66 | 0.61 |
| Hex | 96 | 5B | DE | 20 | 3B | 0 | D | 10B | 42 | 3D |
| Octal | 226 | 133 | 336 | 40 | 73 | 0 | 15 | 413 | 102 | 75 |
| Binary | 10010110 | 1011011 | 11011110 | 100000 | 111011 | 0 | 1101 | 100001011 | 1000010 | 111101 |
Color Harmonies of #965BDE
Complementary color
Monochromatic Colors of #965BDE
Black with #965BDE
Text Example
Text Example
White with #965BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BDE; }
p { color: rgb(150,91,222); }
H1.HeaderClassName
{
color: #965BDE;
}
.AnyTagClassName
{
color: #965BDE;
}
</style>
background-color css
<style>
a { background-color: #965BDE; }
a { background-color: rgb(150,91,222); }
div.DivClassName
{
background-color: #965BDE;
}
.BgClassName
{
background-color: #965BDE;
}
</style>
border-color css
<style>
span { border-color: #965BDE; }
span { border-color: rgb(150,91,222); }
td.TdClassName
{
border-color: #965BDE;
}
.TagClassName
{
border-color: #965BDE;
}
</style>