Shades of Amethyst #965ADE
Tints of Amethyst #965ADE
RGB
CMYK
RGB Variations
Color information
#965ADE (or 0x965ADE) is known color: Amethyst. HEX triplet: 96, 5A and DE. RGB value is (150,90,222). Sum of RGB (Red+Green+Blue) = 150+90+222=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #965ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ADE is #69A521. Grayscale: #7A7A7A. Windows color (decimal): -6923554 or 14572182. OLE color: 14572182.
HSL color Cylindrical-coordinate representation of color #965ADE: hue angle of 267.27º degrees, saturation: 0.67, 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 #965ADE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 90 | 222 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.13 |
| HSL | 267.27º | 0.67% | 0.61% | - |
| HSV(B) | 267.27º | 0.59% | 0.87% | - |
| XYZ | 29.42 | 19.07 | 71.24 | - |
| YUV | 122.99 | 183.88 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 222 | 0.32 | 0.59 | 0 | 0.13 | 267.27 | 0.67 | 0.61 |
| Hex | 96 | 5A | DE | 20 | 3B | 0 | D | 10B | 43 | 3D |
| Octal | 226 | 132 | 336 | 40 | 73 | 0 | 15 | 413 | 103 | 75 |
| Binary | 10010110 | 1011010 | 11011110 | 100000 | 111011 | 0 | 1101 | 100001011 | 1000011 | 111101 |
Color Harmonies of #965ADE
Complementary color
Monochromatic Colors of #965ADE
Black with #965ADE
Text Example
Text Example
White with #965ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ADE; }
p { color: rgb(150,90,222); }
H1.HeaderClassName
{
color: #965ADE;
}
.AnyTagClassName
{
color: #965ADE;
}
</style>
background-color css
<style>
a { background-color: #965ADE; }
a { background-color: rgb(150,90,222); }
div.DivClassName
{
background-color: #965ADE;
}
.BgClassName
{
background-color: #965ADE;
}
</style>
border-color css
<style>
span { border-color: #965ADE; }
span { border-color: rgb(150,90,222); }
td.TdClassName
{
border-color: #965ADE;
}
.TagClassName
{
border-color: #965ADE;
}
</style>