Shades of Amethyst #965DCD
Tints of Amethyst #965DCD
RGB
CMYK
RGB Variations
Color information
#965DCD (or 0x965DCD) is known color: Amethyst. HEX triplet: 96, 5D and CD. RGB value is (150,93,205). Sum of RGB (Red+Green+Blue) = 150+93+205=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #965DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCD is #69A232. Grayscale: #7A7A7A. Windows color (decimal): -6922803 or 13458838. OLE color: 13458838.
HSL color Cylindrical-coordinate representation of color #965DCD: hue angle of 270.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965DCD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 93 | 205 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.20 |
| HSL | 270.54º | 0.53% | 0.58% | - |
| HSV(B) | 270.54º | 0.55% | 0.8% | - |
| XYZ | 27.51 | 18.72 | 59.92 | - |
| YUV | 122.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 205 | 0.27 | 0.55 | 0 | 0.20 | 270.54 | 0.53 | 0.58 |
| Hex | 96 | 5D | CD | 1B | 37 | 0 | 14 | 10F | 35 | 3A |
| Octal | 226 | 135 | 315 | 33 | 67 | 0 | 24 | 417 | 65 | 72 |
| Binary | 10010110 | 1011101 | 11001101 | 11011 | 110111 | 0 | 10100 | 100001111 | 110101 | 111010 |
Color Harmonies of #965DCD
Complementary color
Monochromatic Colors of #965DCD
Black with #965DCD
Text Example
Text Example
White with #965DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DCD; }
p { color: rgb(150,93,205); }
H1.HeaderClassName
{
color: #965DCD;
}
.AnyTagClassName
{
color: #965DCD;
}
</style>
background-color css
<style>
a { background-color: #965DCD; }
a { background-color: rgb(150,93,205); }
div.DivClassName
{
background-color: #965DCD;
}
.BgClassName
{
background-color: #965DCD;
}
</style>
border-color css
<style>
span { border-color: #965DCD; }
span { border-color: rgb(150,93,205); }
td.TdClassName
{
border-color: #965DCD;
}
.TagClassName
{
border-color: #965DCD;
}
</style>