Shades of Amethyst #9754DA
Tints of Amethyst #9754DA
RGB
CMYK
RGB Variations
Color information
#9754DA (or 0x9754DA) is known color: Amethyst. HEX triplet: 97, 54 and DA. RGB value is (151,84,218). Sum of RGB (Red+Green+Blue) = 151+84+218=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #9754DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754DA is #68AB25. Grayscale: #767676. Windows color (decimal): -6859558 or 14308503. OLE color: 14308503.
HSL color Cylindrical-coordinate representation of color #9754DA: hue angle of 270º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9754DA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 84 | 218 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.15 |
| HSL | 270º | 0.64% | 0.59% | - |
| HSV(B) | 270º | 0.61% | 0.85% | - |
| XYZ | 28.59 | 17.98 | 68.29 | - |
| YUV | 119.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 218 | 0.31 | 0.61 | 0 | 0.15 | 270 | 0.64 | 0.59 |
| Hex | 97 | 54 | DA | 1F | 3D | 0 | F | 10E | 40 | 3B |
| Octal | 227 | 124 | 332 | 37 | 75 | 0 | 17 | 416 | 100 | 73 |
| Binary | 10010111 | 1010100 | 11011010 | 11111 | 111101 | 0 | 1111 | 100001110 | 1000000 | 111011 |
Color Harmonies of #9754DA
Complementary color
Monochromatic Colors of #9754DA
Black with #9754DA
Text Example
Text Example
White with #9754DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754DA; }
p { color: rgb(151,84,218); }
H1.HeaderClassName
{
color: #9754DA;
}
.AnyTagClassName
{
color: #9754DA;
}
</style>
background-color css
<style>
a { background-color: #9754DA; }
a { background-color: rgb(151,84,218); }
div.DivClassName
{
background-color: #9754DA;
}
.BgClassName
{
background-color: #9754DA;
}
</style>
border-color css
<style>
span { border-color: #9754DA; }
span { border-color: rgb(151,84,218); }
td.TdClassName
{
border-color: #9754DA;
}
.TagClassName
{
border-color: #9754DA;
}
</style>