Shades of Amethyst #965ACF
Tints of Amethyst #965ACF
RGB
CMYK
RGB Variations
Color information
#965ACF (or 0x965ACF) is known color: Amethyst. HEX triplet: 96, 5A and CF. RGB value is (150,90,207). Sum of RGB (Red+Green+Blue) = 150+90+207=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #965ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACF is #69A530. Grayscale: #787878. Windows color (decimal): -6923569 or 13589142. OLE color: 13589142.
HSL color Cylindrical-coordinate representation of color #965ACF: hue angle of 270.77º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965ACF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 90 | 207 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.19 |
| HSL | 270.77º | 0.55% | 0.58% | - |
| HSV(B) | 270.77º | 0.57% | 0.81% | - |
| XYZ | 27.5 | 18.3 | 61.11 | - |
| YUV | 121.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 207 | 0.28 | 0.57 | 0 | 0.19 | 270.77 | 0.55 | 0.58 |
| Hex | 96 | 5A | CF | 1C | 39 | 0 | 13 | 10F | 37 | 3A |
| Octal | 226 | 132 | 317 | 34 | 71 | 0 | 23 | 417 | 67 | 72 |
| Binary | 10010110 | 1011010 | 11001111 | 11100 | 111001 | 0 | 10011 | 100001111 | 110111 | 111010 |
Color Harmonies of #965ACF
Complementary color
Monochromatic Colors of #965ACF
Black with #965ACF
Text Example
Text Example
White with #965ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ACF; }
p { color: rgb(150,90,207); }
H1.HeaderClassName
{
color: #965ACF;
}
.AnyTagClassName
{
color: #965ACF;
}
</style>
background-color css
<style>
a { background-color: #965ACF; }
a { background-color: rgb(150,90,207); }
div.DivClassName
{
background-color: #965ACF;
}
.BgClassName
{
background-color: #965ACF;
}
</style>
border-color css
<style>
span { border-color: #965ACF; }
span { border-color: rgb(150,90,207); }
td.TdClassName
{
border-color: #965ACF;
}
.TagClassName
{
border-color: #965ACF;
}
</style>