Shades of Amethyst #9652DC
Tints of Amethyst #9652DC
RGB
CMYK
RGB Variations
Color information
#9652DC (or 0x9652DC) is known color: Amethyst. HEX triplet: 96, 52 and DC. RGB value is (150,82,220). Sum of RGB (Red+Green+Blue) = 150+82+220=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #9652DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DC is #69AD23. Grayscale: #757575. Windows color (decimal): -6925604 or 14439062. OLE color: 14439062.
HSL color Cylindrical-coordinate representation of color #9652DC: hue angle of 269.57º degrees, saturation: 0.66, 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 #9652DC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 82 | 220 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.14 |
| HSL | 269.57º | 0.66% | 0.59% | - |
| HSV(B) | 269.57º | 0.63% | 0.86% | - |
| XYZ | 28.51 | 17.69 | 69.62 | - |
| YUV | 118.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 220 | 0.32 | 0.63 | 0 | 0.14 | 269.57 | 0.66 | 0.59 |
| Hex | 96 | 52 | DC | 20 | 3F | 0 | E | 10E | 42 | 3B |
| Octal | 226 | 122 | 334 | 40 | 77 | 0 | 16 | 416 | 102 | 73 |
| Binary | 10010110 | 1010010 | 11011100 | 100000 | 111111 | 0 | 1110 | 100001110 | 1000010 | 111011 |
Color Harmonies of #9652DC
Complementary color
Monochromatic Colors of #9652DC
Black with #9652DC
Text Example
Text Example
White with #9652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652DC; }
p { color: rgb(150,82,220); }
H1.HeaderClassName
{
color: #9652DC;
}
.AnyTagClassName
{
color: #9652DC;
}
</style>
background-color css
<style>
a { background-color: #9652DC; }
a { background-color: rgb(150,82,220); }
div.DivClassName
{
background-color: #9652DC;
}
.BgClassName
{
background-color: #9652DC;
}
</style>
border-color css
<style>
span { border-color: #9652DC; }
span { border-color: rgb(150,82,220); }
td.TdClassName
{
border-color: #9652DC;
}
.TagClassName
{
border-color: #9652DC;
}
</style>