Shades of Amethyst #965ACE
Tints of Amethyst #965ACE
RGB
CMYK
RGB Variations
Color information
#965ACE (or 0x965ACE) is known color: Amethyst. HEX triplet: 96, 5A and CE. RGB value is (150,90,206). Sum of RGB (Red+Green+Blue) = 150+90+206=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #965ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACE is #69A531. Grayscale: #787878. Windows color (decimal): -6923570 or 13523606. OLE color: 13523606.
HSL color Cylindrical-coordinate representation of color #965ACE: hue angle of 271.03º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965ACE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 90 | 206 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.19 |
| HSL | 271.03º | 0.54% | 0.58% | - |
| HSV(B) | 271.03º | 0.56% | 0.81% | - |
| XYZ | 27.37 | 18.25 | 60.47 | - |
| YUV | 121.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 206 | 0.27 | 0.56 | 0 | 0.19 | 271.03 | 0.54 | 0.58 |
| Hex | 96 | 5A | CE | 1B | 38 | 0 | 13 | 10F | 36 | 3A |
| Octal | 226 | 132 | 316 | 33 | 70 | 0 | 23 | 417 | 66 | 72 |
| Binary | 10010110 | 1011010 | 11001110 | 11011 | 111000 | 0 | 10011 | 100001111 | 110110 | 111010 |
Color Harmonies of #965ACE
Complementary color
Monochromatic Colors of #965ACE
Black with #965ACE
Text Example
Text Example
White with #965ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ACE; }
p { color: rgb(150,90,206); }
H1.HeaderClassName
{
color: #965ACE;
}
.AnyTagClassName
{
color: #965ACE;
}
</style>
background-color css
<style>
a { background-color: #965ACE; }
a { background-color: rgb(150,90,206); }
div.DivClassName
{
background-color: #965ACE;
}
.BgClassName
{
background-color: #965ACE;
}
</style>
border-color css
<style>
span { border-color: #965ACE; }
span { border-color: rgb(150,90,206); }
td.TdClassName
{
border-color: #965ACE;
}
.TagClassName
{
border-color: #965ACE;
}
</style>