Shades of Amethyst #965ECF
Tints of Amethyst #965ECF
RGB
CMYK
RGB Variations
Color information
#965ECF (or 0x965ECF) is known color: Amethyst. HEX triplet: 96, 5E and CF. RGB value is (150,94,207). Sum of RGB (Red+Green+Blue) = 150+94+207=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #965ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ECF is #69A130. Grayscale: #7B7B7B. Windows color (decimal): -6922545 or 13590166. OLE color: 13590166.
HSL color Cylindrical-coordinate representation of color #965ECF: hue angle of 269.73º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965ECF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 94 | 207 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.19 |
| HSL | 269.73º | 0.54% | 0.59% | - |
| HSV(B) | 269.73º | 0.55% | 0.81% | - |
| XYZ | 27.84 | 18.99 | 61.23 | - |
| YUV | 123.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 207 | 0.28 | 0.55 | 0 | 0.19 | 269.73 | 0.54 | 0.59 |
| Hex | 96 | 5E | CF | 1C | 37 | 0 | 13 | 10E | 36 | 3B |
| Octal | 226 | 136 | 317 | 34 | 67 | 0 | 23 | 416 | 66 | 73 |
| Binary | 10010110 | 1011110 | 11001111 | 11100 | 110111 | 0 | 10011 | 100001110 | 110110 | 111011 |
Color Harmonies of #965ECF
Complementary color
Monochromatic Colors of #965ECF
Black with #965ECF
Text Example
Text Example
White with #965ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ECF; }
p { color: rgb(150,94,207); }
H1.HeaderClassName
{
color: #965ECF;
}
.AnyTagClassName
{
color: #965ECF;
}
</style>
background-color css
<style>
a { background-color: #965ECF; }
a { background-color: rgb(150,94,207); }
div.DivClassName
{
background-color: #965ECF;
}
.BgClassName
{
background-color: #965ECF;
}
</style>
border-color css
<style>
span { border-color: #965ECF; }
span { border-color: rgb(150,94,207); }
td.TdClassName
{
border-color: #965ECF;
}
.TagClassName
{
border-color: #965ECF;
}
</style>