Shades of Amethyst #9754DB
Tints of Amethyst #9754DB
RGB
CMYK
RGB Variations
Color information
#9754DB (or 0x9754DB) is known color: Amethyst. HEX triplet: 97, 54 and DB. RGB value is (151,84,219). Sum of RGB (Red+Green+Blue) = 151+84+219=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9754DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754DB is #68AB24. Grayscale: #767676. Windows color (decimal): -6859557 or 14374039. OLE color: 14374039.
HSL color Cylindrical-coordinate representation of color #9754DB: hue angle of 269.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9754DB is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 84 | 219 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.14 |
| HSL | 269.78º | 0.65% | 0.59% | - |
| HSV(B) | 269.78º | 0.62% | 0.86% | - |
| XYZ | 28.72 | 18.03 | 68.99 | - |
| YUV | 119.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 219 | 0.31 | 0.62 | 0 | 0.14 | 269.78 | 0.65 | 0.59 |
| Hex | 97 | 54 | DB | 1F | 3E | 0 | E | 10E | 41 | 3B |
| Octal | 227 | 124 | 333 | 37 | 76 | 0 | 16 | 416 | 101 | 73 |
| Binary | 10010111 | 1010100 | 11011011 | 11111 | 111110 | 0 | 1110 | 100001110 | 1000001 | 111011 |
Color Harmonies of #9754DB
Complementary color
Monochromatic Colors of #9754DB
Black with #9754DB
Text Example
Text Example
White with #9754DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754DB; }
p { color: rgb(151,84,219); }
H1.HeaderClassName
{
color: #9754DB;
}
.AnyTagClassName
{
color: #9754DB;
}
</style>
background-color css
<style>
a { background-color: #9754DB; }
a { background-color: rgb(151,84,219); }
div.DivClassName
{
background-color: #9754DB;
}
.BgClassName
{
background-color: #9754DB;
}
</style>
border-color css
<style>
span { border-color: #9754DB; }
span { border-color: rgb(151,84,219); }
td.TdClassName
{
border-color: #9754DB;
}
.TagClassName
{
border-color: #9754DB;
}
</style>