Shades of Amethyst #964BDA
Tints of Amethyst #964BDA
RGB
CMYK
RGB Variations
Color information
#964BDA (or 0x964BDA) is known color: Amethyst. HEX triplet: 96, 4B and DA. RGB value is (150,75,218). Sum of RGB (Red+Green+Blue) = 150+75+218=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #964BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964BDA is #69B425. Grayscale: #717171. Windows color (decimal): -6927398 or 14306198. OLE color: 14306198.
HSL color Cylindrical-coordinate representation of color #964BDA: hue angle of 271.47º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #964BDA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 75 | 218 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.15 |
| HSL | 271.47º | 0.66% | 0.57% | - |
| HSV(B) | 271.47º | 0.66% | 0.85% | - |
| XYZ | 27.75 | 16.58 | 68.07 | - |
| YUV | 113.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 218 | 0.31 | 0.66 | 0 | 0.15 | 271.47 | 0.66 | 0.57 |
| Hex | 96 | 4B | DA | 1F | 42 | 0 | F | 10F | 42 | 39 |
| Octal | 226 | 113 | 332 | 37 | 102 | 0 | 17 | 417 | 102 | 71 |
| Binary | 10010110 | 1001011 | 11011010 | 11111 | 1000010 | 0 | 1111 | 100001111 | 1000010 | 111001 |
Color Harmonies of #964BDA
Complementary color
Monochromatic Colors of #964BDA
Black with #964BDA
Text Example
Text Example
White with #964BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BDA; }
p { color: rgb(150,75,218); }
H1.HeaderClassName
{
color: #964BDA;
}
.AnyTagClassName
{
color: #964BDA;
}
</style>
background-color css
<style>
a { background-color: #964BDA; }
a { background-color: rgb(150,75,218); }
div.DivClassName
{
background-color: #964BDA;
}
.BgClassName
{
background-color: #964BDA;
}
</style>
border-color css
<style>
span { border-color: #964BDA; }
span { border-color: rgb(150,75,218); }
td.TdClassName
{
border-color: #964BDA;
}
.TagClassName
{
border-color: #964BDA;
}
</style>