Shades of Amethyst #965CDF
Tints of Amethyst #965CDF
RGB
CMYK
RGB Variations
Color information
#965CDF (or 0x965CDF) is known color: Amethyst. HEX triplet: 96, 5C and DF. RGB value is (150,92,223). Sum of RGB (Red+Green+Blue) = 150+92+223=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #965CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CDF is #69A320. Grayscale: #7B7B7B. Windows color (decimal): -6923041 or 14638230. OLE color: 14638230.
HSL color Cylindrical-coordinate representation of color #965CDF: hue angle of 266.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965CDF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 92 | 223 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.56º | 0.67% | 0.62% | - |
| HSV(B) | 266.56º | 0.59% | 0.87% | - |
| XYZ | 29.72 | 19.47 | 72 | - |
| YUV | 124.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 223 | 0.33 | 0.59 | 0 | 0.13 | 266.56 | 0.67 | 0.62 |
| Hex | 96 | 5C | DF | 21 | 3B | 0 | D | 10B | 43 | 3E |
| Octal | 226 | 134 | 337 | 41 | 73 | 0 | 15 | 413 | 103 | 76 |
| Binary | 10010110 | 1011100 | 11011111 | 100001 | 111011 | 0 | 1101 | 100001011 | 1000011 | 111110 |
Color Harmonies of #965CDF
Complementary color
Monochromatic Colors of #965CDF
Black with #965CDF
Text Example
Text Example
White with #965CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CDF; }
p { color: rgb(150,92,223); }
H1.HeaderClassName
{
color: #965CDF;
}
.AnyTagClassName
{
color: #965CDF;
}
</style>
background-color css
<style>
a { background-color: #965CDF; }
a { background-color: rgb(150,92,223); }
div.DivClassName
{
background-color: #965CDF;
}
.BgClassName
{
background-color: #965CDF;
}
</style>
border-color css
<style>
span { border-color: #965CDF; }
span { border-color: rgb(150,92,223); }
td.TdClassName
{
border-color: #965CDF;
}
.TagClassName
{
border-color: #965CDF;
}
</style>