Shades of Amethyst #965DDC
Tints of Amethyst #965DDC
RGB
CMYK
RGB Variations
Color information
#965DDC (or 0x965DDC) is known color: Amethyst. HEX triplet: 96, 5D and DC. RGB value is (150,93,220). Sum of RGB (Red+Green+Blue) = 150+93+220=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #965DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DDC is #69A223. Grayscale: #7C7C7C. Windows color (decimal): -6922788 or 14441878. OLE color: 14441878.
HSL color Cylindrical-coordinate representation of color #965DDC: hue angle of 266.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965DDC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 93 | 220 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 266.93º | 0.64% | 0.61% | - |
| HSV(B) | 266.93º | 0.58% | 0.86% | - |
| XYZ | 29.41 | 19.48 | 69.92 | - |
| YUV | 124.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 220 | 0.32 | 0.58 | 0 | 0.14 | 266.93 | 0.64 | 0.61 |
| Hex | 96 | 5D | DC | 20 | 3A | 0 | E | 10B | 40 | 3D |
| Octal | 226 | 135 | 334 | 40 | 72 | 0 | 16 | 413 | 100 | 75 |
| Binary | 10010110 | 1011101 | 11011100 | 100000 | 111010 | 0 | 1110 | 100001011 | 1000000 | 111101 |
Color Harmonies of #965DDC
Complementary color
Monochromatic Colors of #965DDC
Black with #965DDC
Text Example
Text Example
White with #965DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DDC; }
p { color: rgb(150,93,220); }
H1.HeaderClassName
{
color: #965DDC;
}
.AnyTagClassName
{
color: #965DDC;
}
</style>
background-color css
<style>
a { background-color: #965DDC; }
a { background-color: rgb(150,93,220); }
div.DivClassName
{
background-color: #965DDC;
}
.BgClassName
{
background-color: #965DDC;
}
</style>
border-color css
<style>
span { border-color: #965DDC; }
span { border-color: rgb(150,93,220); }
td.TdClassName
{
border-color: #965DDC;
}
.TagClassName
{
border-color: #965DDC;
}
</style>