Shades of Amethyst #965FDD
Tints of Amethyst #965FDD
RGB
CMYK
RGB Variations
Color information
#965FDD (or 0x965FDD) is known color: Amethyst. HEX triplet: 96, 5F and DD. RGB value is (150,95,221). Sum of RGB (Red+Green+Blue) = 150+95+221=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #965FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FDD is #69A022. Grayscale: #7D7D7D. Windows color (decimal): -6922275 or 14507926. OLE color: 14507926.
HSL color Cylindrical-coordinate representation of color #965FDD: hue angle of 266.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965FDD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 95 | 221 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.13 |
| HSL | 266.19º | 0.65% | 0.62% | - |
| HSV(B) | 266.19º | 0.57% | 0.87% | - |
| XYZ | 29.72 | 19.89 | 70.68 | - |
| YUV | 125.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 221 | 0.32 | 0.57 | 0 | 0.13 | 266.19 | 0.65 | 0.62 |
| Hex | 96 | 5F | DD | 20 | 39 | 0 | D | 10A | 41 | 3E |
| Octal | 226 | 137 | 335 | 40 | 71 | 0 | 15 | 412 | 101 | 76 |
| Binary | 10010110 | 1011111 | 11011101 | 100000 | 111001 | 0 | 1101 | 100001010 | 1000001 | 111110 |
Color Harmonies of #965FDD
Complementary color
Monochromatic Colors of #965FDD
Black with #965FDD
Text Example
Text Example
White with #965FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FDD; }
p { color: rgb(150,95,221); }
H1.HeaderClassName
{
color: #965FDD;
}
.AnyTagClassName
{
color: #965FDD;
}
</style>
background-color css
<style>
a { background-color: #965FDD; }
a { background-color: rgb(150,95,221); }
div.DivClassName
{
background-color: #965FDD;
}
.BgClassName
{
background-color: #965FDD;
}
</style>
border-color css
<style>
span { border-color: #965FDD; }
span { border-color: rgb(150,95,221); }
td.TdClassName
{
border-color: #965FDD;
}
.TagClassName
{
border-color: #965FDD;
}
</style>