Shades of Amethyst #9A69CF
Tints of Amethyst #9A69CF
RGB
CMYK
RGB Variations
Color information
#9A69CF (or 0x9A69CF) is known color: Amethyst. HEX triplet: 9A, 69 and CF. RGB value is (154,105,207). Sum of RGB (Red+Green+Blue) = 154+105+207=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69CF is #659630. Grayscale: #828282. Windows color (decimal): -6657585 or 13592986. OLE color: 13592986.
HSL color Cylindrical-coordinate representation of color #9A69CF: hue angle of 268.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A69CF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 105 | 207 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.19 |
| HSL | 268.82º | 0.52% | 0.61% | - |
| HSV(B) | 268.82º | 0.49% | 0.81% | - |
| XYZ | 29.64 | 21.48 | 61.61 | - |
| YUV | 131.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 207 | 0.26 | 0.49 | 0 | 0.19 | 268.82 | 0.52 | 0.61 |
| Hex | 9A | 69 | CF | 1A | 31 | 0 | 13 | 10D | 34 | 3D |
| Octal | 232 | 151 | 317 | 32 | 61 | 0 | 23 | 415 | 64 | 75 |
| Binary | 10011010 | 1101001 | 11001111 | 11010 | 110001 | 0 | 10011 | 100001101 | 110100 | 111101 |
Color Harmonies of #9A69CF
Complementary color
Monochromatic Colors of #9A69CF
Black with #9A69CF
Text Example
Text Example
White with #9A69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69CF; }
p { color: rgb(154,105,207); }
H1.HeaderClassName
{
color: #9A69CF;
}
.AnyTagClassName
{
color: #9A69CF;
}
</style>
background-color css
<style>
a { background-color: #9A69CF; }
a { background-color: rgb(154,105,207); }
div.DivClassName
{
background-color: #9A69CF;
}
.BgClassName
{
background-color: #9A69CF;
}
</style>
border-color css
<style>
span { border-color: #9A69CF; }
span { border-color: rgb(154,105,207); }
td.TdClassName
{
border-color: #9A69CF;
}
.TagClassName
{
border-color: #9A69CF;
}
</style>