Shades of Amethyst #9A61DB
Tints of Amethyst #9A61DB
RGB
CMYK
RGB Variations
Color information
#9A61DB (or 0x9A61DB) is known color: Amethyst. HEX triplet: 9A, 61 and DB. RGB value is (154,97,219). Sum of RGB (Red+Green+Blue) = 154+97+219=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 97 (38.28% from 255 or 20.64% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61DB is #659E24. Grayscale: #7F7F7F. Windows color (decimal): -6659621 or 14377370. OLE color: 14377370.
HSL color Cylindrical-coordinate representation of color #9A61DB: hue angle of 268.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A61DB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 97 | 219 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.14 |
| HSL | 268.03º | 0.63% | 0.62% | - |
| HSV(B) | 268.03º | 0.56% | 0.86% | - |
| XYZ | 30.39 | 20.53 | 69.38 | - |
| YUV | 127.95 | 179.38 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 219 | 0.30 | 0.56 | 0 | 0.14 | 268.03 | 0.63 | 0.62 |
| Hex | 9A | 61 | DB | 1E | 38 | 0 | E | 10C | 3F | 3E |
| Octal | 232 | 141 | 333 | 36 | 70 | 0 | 16 | 414 | 77 | 76 |
| Binary | 10011010 | 1100001 | 11011011 | 11110 | 111000 | 0 | 1110 | 100001100 | 111111 | 111110 |
Color Harmonies of #9A61DB
Complementary color
Monochromatic Colors of #9A61DB
Black with #9A61DB
Text Example
Text Example
White with #9A61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61DB; }
p { color: rgb(154,97,219); }
H1.HeaderClassName
{
color: #9A61DB;
}
.AnyTagClassName
{
color: #9A61DB;
}
</style>
background-color css
<style>
a { background-color: #9A61DB; }
a { background-color: rgb(154,97,219); }
div.DivClassName
{
background-color: #9A61DB;
}
.BgClassName
{
background-color: #9A61DB;
}
</style>
border-color css
<style>
span { border-color: #9A61DB; }
span { border-color: rgb(154,97,219); }
td.TdClassName
{
border-color: #9A61DB;
}
.TagClassName
{
border-color: #9A61DB;
}
</style>