Shades of Amethyst #965ACD
Tints of Amethyst #965ACD
RGB
CMYK
RGB Variations
Color information
#965ACD (or 0x965ACD) is known color: Amethyst. HEX triplet: 96, 5A and CD. RGB value is (150,90,205). Sum of RGB (Red+Green+Blue) = 150+90+205=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #965ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACD is #69A532. Grayscale: #787878. Windows color (decimal): -6923571 or 13458070. OLE color: 13458070.
HSL color Cylindrical-coordinate representation of color #965ACD: hue angle of 271.3º 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 #965ACD is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 90 | 205 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.20 |
| HSL | 271.3º | 0.53% | 0.58% | - |
| HSV(B) | 271.3º | 0.56% | 0.8% | - |
| XYZ | 27.25 | 18.2 | 59.83 | - |
| YUV | 121.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 205 | 0.27 | 0.56 | 0 | 0.20 | 271.3 | 0.53 | 0.58 |
| Hex | 96 | 5A | CD | 1B | 38 | 0 | 14 | 10F | 35 | 3A |
| Octal | 226 | 132 | 315 | 33 | 70 | 0 | 24 | 417 | 65 | 72 |
| Binary | 10010110 | 1011010 | 11001101 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111010 |
Color Harmonies of #965ACD
Complementary color
Monochromatic Colors of #965ACD
Black with #965ACD
Text Example
Text Example
White with #965ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ACD; }
p { color: rgb(150,90,205); }
H1.HeaderClassName
{
color: #965ACD;
}
.AnyTagClassName
{
color: #965ACD;
}
</style>
background-color css
<style>
a { background-color: #965ACD; }
a { background-color: rgb(150,90,205); }
div.DivClassName
{
background-color: #965ACD;
}
.BgClassName
{
background-color: #965ACD;
}
</style>
border-color css
<style>
span { border-color: #965ACD; }
span { border-color: rgb(150,90,205); }
td.TdClassName
{
border-color: #965ACD;
}
.TagClassName
{
border-color: #965ACD;
}
</style>