Shades of Amethyst #965ADC
Tints of Amethyst #965ADC
RGB
CMYK
RGB Variations
Color information
#965ADC (or 0x965ADC) is known color: Amethyst. HEX triplet: 96, 5A and DC. RGB value is (150,90,220). Sum of RGB (Red+Green+Blue) = 150+90+220=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #965ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ADC is #69A523. Grayscale: #7A7A7A. Windows color (decimal): -6923556 or 14441110. OLE color: 14441110.
HSL color Cylindrical-coordinate representation of color #965ADC: hue angle of 267.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965ADC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 90 | 220 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.14 |
| HSL | 267.69º | 0.65% | 0.61% | - |
| HSV(B) | 267.69º | 0.59% | 0.86% | - |
| XYZ | 29.15 | 18.96 | 69.83 | - |
| YUV | 122.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 220 | 0.32 | 0.59 | 0 | 0.14 | 267.69 | 0.65 | 0.61 |
| Hex | 96 | 5A | DC | 20 | 3B | 0 | E | 10C | 41 | 3D |
| Octal | 226 | 132 | 334 | 40 | 73 | 0 | 16 | 414 | 101 | 75 |
| Binary | 10010110 | 1011010 | 11011100 | 100000 | 111011 | 0 | 1110 | 100001100 | 1000001 | 111101 |
Color Harmonies of #965ADC
Complementary color
Monochromatic Colors of #965ADC
Black with #965ADC
Text Example
Text Example
White with #965ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ADC; }
p { color: rgb(150,90,220); }
H1.HeaderClassName
{
color: #965ADC;
}
.AnyTagClassName
{
color: #965ADC;
}
</style>
background-color css
<style>
a { background-color: #965ADC; }
a { background-color: rgb(150,90,220); }
div.DivClassName
{
background-color: #965ADC;
}
.BgClassName
{
background-color: #965ADC;
}
</style>
border-color css
<style>
span { border-color: #965ADC; }
span { border-color: rgb(150,90,220); }
td.TdClassName
{
border-color: #965ADC;
}
.TagClassName
{
border-color: #965ADC;
}
</style>