Shades of Amethyst #9652DB
Tints of Amethyst #9652DB
RGB
CMYK
RGB Variations
Color information
#9652DB (or 0x9652DB) is known color: Amethyst. HEX triplet: 96, 52 and DB. RGB value is (150,82,219). Sum of RGB (Red+Green+Blue) = 150+82+219=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9652DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652DB is #69AD24. Grayscale: #757575. Windows color (decimal): -6925605 or 14373526. OLE color: 14373526.
HSL color Cylindrical-coordinate representation of color #9652DB: hue angle of 269.78º 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 #9652DB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 82 | 219 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.14 |
| HSL | 269.78º | 0.66% | 0.59% | - |
| HSV(B) | 269.78º | 0.63% | 0.86% | - |
| XYZ | 28.38 | 17.63 | 68.93 | - |
| YUV | 117.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 219 | 0.32 | 0.63 | 0 | 0.14 | 269.78 | 0.66 | 0.59 |
| Hex | 96 | 52 | DB | 20 | 3F | 0 | E | 10E | 42 | 3B |
| Octal | 226 | 122 | 333 | 40 | 77 | 0 | 16 | 416 | 102 | 73 |
| Binary | 10010110 | 1010010 | 11011011 | 100000 | 111111 | 0 | 1110 | 100001110 | 1000010 | 111011 |
Color Harmonies of #9652DB
Complementary color
Monochromatic Colors of #9652DB
Black with #9652DB
Text Example
Text Example
White with #9652DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652DB; }
p { color: rgb(150,82,219); }
H1.HeaderClassName
{
color: #9652DB;
}
.AnyTagClassName
{
color: #9652DB;
}
</style>
background-color css
<style>
a { background-color: #9652DB; }
a { background-color: rgb(150,82,219); }
div.DivClassName
{
background-color: #9652DB;
}
.BgClassName
{
background-color: #9652DB;
}
</style>
border-color css
<style>
span { border-color: #9652DB; }
span { border-color: rgb(150,82,219); }
td.TdClassName
{
border-color: #9652DB;
}
.TagClassName
{
border-color: #9652DB;
}
</style>