Shades of Amethyst #9651DC
Tints of Amethyst #9651DC
RGB
CMYK
RGB Variations
Color information
#9651DC (or 0x9651DC) is known color: Amethyst. HEX triplet: 96, 51 and DC. RGB value is (150,81,220). Sum of RGB (Red+Green+Blue) = 150+81+220=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #9651DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651DC is #69AE23. Grayscale: #747474. Windows color (decimal): -6925860 or 14438806. OLE color: 14438806.
HSL color Cylindrical-coordinate representation of color #9651DC: hue angle of 269.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9651DC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 81 | 220 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.14 |
| HSL | 269.78º | 0.67% | 0.59% | - |
| HSV(B) | 269.78º | 0.63% | 0.86% | - |
| XYZ | 28.44 | 17.54 | 69.6 | - |
| YUV | 117.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 220 | 0.32 | 0.63 | 0 | 0.14 | 269.78 | 0.67 | 0.59 |
| Hex | 96 | 51 | DC | 20 | 3F | 0 | E | 10E | 43 | 3B |
| Octal | 226 | 121 | 334 | 40 | 77 | 0 | 16 | 416 | 103 | 73 |
| Binary | 10010110 | 1010001 | 11011100 | 100000 | 111111 | 0 | 1110 | 100001110 | 1000011 | 111011 |
Color Harmonies of #9651DC
Complementary color
Monochromatic Colors of #9651DC
Black with #9651DC
Text Example
Text Example
White with #9651DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9651DC; }
p { color: rgb(150,81,220); }
H1.HeaderClassName
{
color: #9651DC;
}
.AnyTagClassName
{
color: #9651DC;
}
</style>
background-color css
<style>
a { background-color: #9651DC; }
a { background-color: rgb(150,81,220); }
div.DivClassName
{
background-color: #9651DC;
}
.BgClassName
{
background-color: #9651DC;
}
</style>
border-color css
<style>
span { border-color: #9651DC; }
span { border-color: rgb(150,81,220); }
td.TdClassName
{
border-color: #9651DC;
}
.TagClassName
{
border-color: #9651DC;
}
</style>