Shades of Amethyst #965CCF
Tints of Amethyst #965CCF
RGB
CMYK
RGB Variations
Color information
#965CCF (or 0x965CCF) is known color: Amethyst. HEX triplet: 96, 5C and CF. RGB value is (150,92,207). Sum of RGB (Red+Green+Blue) = 150+92+207=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #965CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCF is #69A330. Grayscale: #7A7A7A. Windows color (decimal): -6923057 or 13589654. OLE color: 13589654.
HSL color Cylindrical-coordinate representation of color #965CCF: hue angle of 270.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965CCF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 92 | 207 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.19 |
| HSL | 270.26º | 0.55% | 0.59% | - |
| HSV(B) | 270.26º | 0.56% | 0.81% | - |
| XYZ | 27.67 | 18.64 | 61.17 | - |
| YUV | 122.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 207 | 0.28 | 0.56 | 0 | 0.19 | 270.26 | 0.55 | 0.59 |
| Hex | 96 | 5C | CF | 1C | 38 | 0 | 13 | 10E | 37 | 3B |
| Octal | 226 | 134 | 317 | 34 | 70 | 0 | 23 | 416 | 67 | 73 |
| Binary | 10010110 | 1011100 | 11001111 | 11100 | 111000 | 0 | 10011 | 100001110 | 110111 | 111011 |
Color Harmonies of #965CCF
Complementary color
Monochromatic Colors of #965CCF
Black with #965CCF
Text Example
Text Example
White with #965CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CCF; }
p { color: rgb(150,92,207); }
H1.HeaderClassName
{
color: #965CCF;
}
.AnyTagClassName
{
color: #965CCF;
}
</style>
background-color css
<style>
a { background-color: #965CCF; }
a { background-color: rgb(150,92,207); }
div.DivClassName
{
background-color: #965CCF;
}
.BgClassName
{
background-color: #965CCF;
}
</style>
border-color css
<style>
span { border-color: #965CCF; }
span { border-color: rgb(150,92,207); }
td.TdClassName
{
border-color: #965CCF;
}
.TagClassName
{
border-color: #965CCF;
}
</style>