Shades of Amethyst #9A65CE
Tints of Amethyst #9A65CE
RGB
CMYK
RGB Variations
Color information
#9A65CE (or 0x9A65CE) is known color: Amethyst. HEX triplet: 9A, 65 and CE. RGB value is (154,101,206). Sum of RGB (Red+Green+Blue) = 154+101+206=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A65CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65CE is #659A31. Grayscale: #808080. Windows color (decimal): -6658610 or 13526426. OLE color: 13526426.
HSL color Cylindrical-coordinate representation of color #9A65CE: hue angle of 270.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A65CE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 101 | 206 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.19 |
| HSL | 270.29º | 0.52% | 0.6% | - |
| HSV(B) | 270.29º | 0.51% | 0.81% | - |
| XYZ | 29.12 | 20.63 | 60.84 | - |
| YUV | 128.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 206 | 0.25 | 0.51 | 0 | 0.19 | 270.29 | 0.52 | 0.6 |
| Hex | 9A | 65 | CE | 19 | 33 | 0 | 13 | 10E | 34 | 3C |
| Octal | 232 | 145 | 316 | 31 | 63 | 0 | 23 | 416 | 64 | 74 |
| Binary | 10011010 | 1100101 | 11001110 | 11001 | 110011 | 0 | 10011 | 100001110 | 110100 | 111100 |
Color Harmonies of #9A65CE
Complementary color
Monochromatic Colors of #9A65CE
Black with #9A65CE
Text Example
Text Example
White with #9A65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65CE; }
p { color: rgb(154,101,206); }
H1.HeaderClassName
{
color: #9A65CE;
}
.AnyTagClassName
{
color: #9A65CE;
}
</style>
background-color css
<style>
a { background-color: #9A65CE; }
a { background-color: rgb(154,101,206); }
div.DivClassName
{
background-color: #9A65CE;
}
.BgClassName
{
background-color: #9A65CE;
}
</style>
border-color css
<style>
span { border-color: #9A65CE; }
span { border-color: rgb(154,101,206); }
td.TdClassName
{
border-color: #9A65CE;
}
.TagClassName
{
border-color: #9A65CE;
}
</style>