Shades of Amethyst #9663BE
Tints of Amethyst #9663BE
RGB
CMYK
RGB Variations
Color information
#9663BE (or 0x9663BE) is known color: Amethyst. HEX triplet: 96, 63 and BE. RGB value is (150,99,190). Sum of RGB (Red+Green+Blue) = 150+99+190=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9663BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663BE is #699C41. Grayscale: #7C7C7C. Windows color (decimal): -6921282 or 12477334. OLE color: 12477334.
HSL color Cylindrical-coordinate representation of color #9663BE: hue angle of 273.63º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9663BE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 150 | 99 | 190 | - |
CMYK | 0.21 | 0.48 | 0 | 0.25 |
HSL | 273.63º | 0.41% | 0.57% | - |
HSV(B) | 273.63º | 0.48% | 0.75% | - |
XYZ | 26.33 | 19.13 | 51.02 | - |
YUV | 124.62 | 164.9 | 146.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 99 | 190 | 0.21 | 0.48 | 0 | 0.25 | 273.63 | 0.41 | 0.57 |
Hex | 96 | 63 | BE | 15 | 30 | 0 | 19 | 112 | 29 | 39 |
Octal | 226 | 143 | 276 | 25 | 60 | 0 | 31 | 422 | 51 | 71 |
Binary | 10010110 | 1100011 | 10111110 | 10101 | 110000 | 0 | 11001 | 100010010 | 101001 | 111001 |
Color Harmonies of #9663BE
Complementary color
Monochromatic Colors of #9663BE
Black with #9663BE
Text Example
Text Example
White with #9663BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9663BE; }
p { color: rgb(150,99,190); }
H1.HeaderClassName
{
color: #9663BE;
}
.AnyTagClassName
{
color: #9663BE;
}
</style>
background-color css
<style>
a { background-color: #9663BE; }
a { background-color: rgb(150,99,190); }
div.DivClassName
{
background-color: #9663BE;
}
.BgClassName
{
background-color: #9663BE;
}
</style>
border-color css
<style>
span { border-color: #9663BE; }
span { border-color: rgb(150,99,190); }
td.TdClassName
{
border-color: #9663BE;
}
.TagClassName
{
border-color: #9663BE;
}
</style>