Shades of Amethyst #965ED3
Tints of Amethyst #965ED3
RGB
CMYK
RGB Variations
Color information
#965ED3 (or 0x965ED3) is known color: Amethyst. HEX triplet: 96, 5E and D3. RGB value is (150,94,211). Sum of RGB (Red+Green+Blue) = 150+94+211=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #965ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ED3 is #69A12C. Grayscale: #7B7B7B. Windows color (decimal): -6922541 or 13852310. OLE color: 13852310.
HSL color Cylindrical-coordinate representation of color #965ED3: hue angle of 268.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965ED3 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 94 | 211 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.17 |
| HSL | 268.72º | 0.57% | 0.6% | - |
| HSV(B) | 268.72º | 0.55% | 0.83% | - |
| XYZ | 28.34 | 19.19 | 63.84 | - |
| YUV | 124.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 211 | 0.29 | 0.55 | 0 | 0.17 | 268.72 | 0.57 | 0.6 |
| Hex | 96 | 5E | D3 | 1D | 37 | 0 | 11 | 10D | 39 | 3C |
| Octal | 226 | 136 | 323 | 35 | 67 | 0 | 21 | 415 | 71 | 74 |
| Binary | 10010110 | 1011110 | 11010011 | 11101 | 110111 | 0 | 10001 | 100001101 | 111001 | 111100 |
Color Harmonies of #965ED3
Complementary color
Monochromatic Colors of #965ED3
Black with #965ED3
Text Example
Text Example
White with #965ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ED3; }
p { color: rgb(150,94,211); }
H1.HeaderClassName
{
color: #965ED3;
}
.AnyTagClassName
{
color: #965ED3;
}
</style>
background-color css
<style>
a { background-color: #965ED3; }
a { background-color: rgb(150,94,211); }
div.DivClassName
{
background-color: #965ED3;
}
.BgClassName
{
background-color: #965ED3;
}
</style>
border-color css
<style>
span { border-color: #965ED3; }
span { border-color: rgb(150,94,211); }
td.TdClassName
{
border-color: #965ED3;
}
.TagClassName
{
border-color: #965ED3;
}
</style>