Shades of Amethyst #9754DC
Tints of Amethyst #9754DC
RGB
CMYK
RGB Variations
Color information
#9754DC (or 0x9754DC) is known color: Amethyst. HEX triplet: 97, 54 and DC. RGB value is (151,84,220). Sum of RGB (Red+Green+Blue) = 151+84+220=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #9754DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754DC is #68AB23. Grayscale: #777777. Windows color (decimal): -6859556 or 14439575. OLE color: 14439575.
HSL color Cylindrical-coordinate representation of color #9754DC: hue angle of 269.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9754DC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 84 | 220 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.14 |
| HSL | 269.56º | 0.66% | 0.6% | - |
| HSV(B) | 269.56º | 0.62% | 0.86% | - |
| XYZ | 28.85 | 18.09 | 69.68 | - |
| YUV | 119.54 | 184.7 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 220 | 0.31 | 0.62 | 0 | 0.14 | 269.56 | 0.66 | 0.6 |
| Hex | 97 | 54 | DC | 1F | 3E | 0 | E | 10E | 42 | 3C |
| Octal | 227 | 124 | 334 | 37 | 76 | 0 | 16 | 416 | 102 | 74 |
| Binary | 10010111 | 1010100 | 11011100 | 11111 | 111110 | 0 | 1110 | 100001110 | 1000010 | 111100 |
Color Harmonies of #9754DC
Complementary color
Monochromatic Colors of #9754DC
Black with #9754DC
Text Example
Text Example
White with #9754DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754DC; }
p { color: rgb(151,84,220); }
H1.HeaderClassName
{
color: #9754DC;
}
.AnyTagClassName
{
color: #9754DC;
}
</style>
background-color css
<style>
a { background-color: #9754DC; }
a { background-color: rgb(151,84,220); }
div.DivClassName
{
background-color: #9754DC;
}
.BgClassName
{
background-color: #9754DC;
}
</style>
border-color css
<style>
span { border-color: #9754DC; }
span { border-color: rgb(151,84,220); }
td.TdClassName
{
border-color: #9754DC;
}
.TagClassName
{
border-color: #9754DC;
}
</style>