Shades of Amethyst #965DCF
Tints of Amethyst #965DCF
RGB
CMYK
RGB Variations
Color information
#965DCF (or 0x965DCF) is known color: Amethyst. HEX triplet: 96, 5D and CF. RGB value is (150,93,207). Sum of RGB (Red+Green+Blue) = 150+93+207=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #965DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCF is #69A230. Grayscale: #7A7A7A. Windows color (decimal): -6922801 or 13589910. OLE color: 13589910.
HSL color Cylindrical-coordinate representation of color #965DCF: hue angle of 270º 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 #965DCF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 93 | 207 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.19 |
| HSL | 270º | 0.54% | 0.59% | - |
| HSV(B) | 270º | 0.55% | 0.81% | - |
| XYZ | 27.75 | 18.82 | 61.2 | - |
| YUV | 123.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 207 | 0.28 | 0.55 | 0 | 0.19 | 270 | 0.54 | 0.59 |
| Hex | 96 | 5D | CF | 1C | 37 | 0 | 13 | 10E | 36 | 3B |
| Octal | 226 | 135 | 317 | 34 | 67 | 0 | 23 | 416 | 66 | 73 |
| Binary | 10010110 | 1011101 | 11001111 | 11100 | 110111 | 0 | 10011 | 100001110 | 110110 | 111011 |
Color Harmonies of #965DCF
Complementary color
Monochromatic Colors of #965DCF
Black with #965DCF
Text Example
Text Example
White with #965DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DCF; }
p { color: rgb(150,93,207); }
H1.HeaderClassName
{
color: #965DCF;
}
.AnyTagClassName
{
color: #965DCF;
}
</style>
background-color css
<style>
a { background-color: #965DCF; }
a { background-color: rgb(150,93,207); }
div.DivClassName
{
background-color: #965DCF;
}
.BgClassName
{
background-color: #965DCF;
}
</style>
border-color css
<style>
span { border-color: #965DCF; }
span { border-color: rgb(150,93,207); }
td.TdClassName
{
border-color: #965DCF;
}
.TagClassName
{
border-color: #965DCF;
}
</style>