Shades of Amethyst #965AD3
Tints of Amethyst #965AD3
RGB
CMYK
RGB Variations
Color information
#965AD3 (or 0x965AD3) is known color: Amethyst. HEX triplet: 96, 5A and D3. RGB value is (150,90,211). Sum of RGB (Red+Green+Blue) = 150+90+211=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #965AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AD3 is #69A52C. Grayscale: #797979. Windows color (decimal): -6923565 or 13851286. OLE color: 13851286.
HSL color Cylindrical-coordinate representation of color #965AD3: hue angle of 269.75º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965AD3 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 90 | 211 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.17 |
| HSL | 269.75º | 0.58% | 0.59% | - |
| HSV(B) | 269.75º | 0.57% | 0.83% | - |
| XYZ | 27.99 | 18.5 | 63.72 | - |
| YUV | 121.73 | 178.38 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 211 | 0.29 | 0.57 | 0 | 0.17 | 269.75 | 0.58 | 0.59 |
| Hex | 96 | 5A | D3 | 1D | 39 | 0 | 11 | 10E | 3A | 3B |
| Octal | 226 | 132 | 323 | 35 | 71 | 0 | 21 | 416 | 72 | 73 |
| Binary | 10010110 | 1011010 | 11010011 | 11101 | 111001 | 0 | 10001 | 100001110 | 111010 | 111011 |
Color Harmonies of #965AD3
Complementary color
Monochromatic Colors of #965AD3
Black with #965AD3
Text Example
Text Example
White with #965AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AD3; }
p { color: rgb(150,90,211); }
H1.HeaderClassName
{
color: #965AD3;
}
.AnyTagClassName
{
color: #965AD3;
}
</style>
background-color css
<style>
a { background-color: #965AD3; }
a { background-color: rgb(150,90,211); }
div.DivClassName
{
background-color: #965AD3;
}
.BgClassName
{
background-color: #965AD3;
}
</style>
border-color css
<style>
span { border-color: #965AD3; }
span { border-color: rgb(150,90,211); }
td.TdClassName
{
border-color: #965AD3;
}
.TagClassName
{
border-color: #965AD3;
}
</style>