Shades of Amethyst #9A65CD
Tints of Amethyst #9A65CD
RGB
CMYK
RGB Variations
Color information
#9A65CD (or 0x9A65CD) is known color: Amethyst. HEX triplet: 9A, 65 and CD. RGB value is (154,101,205). Sum of RGB (Red+Green+Blue) = 154+101+205=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A65CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65CD is #659A32. Grayscale: #808080. Windows color (decimal): -6658611 or 13460890. OLE color: 13460890.
HSL color Cylindrical-coordinate representation of color #9A65CD: hue angle of 270.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A65CD is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 101 | 205 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.20 |
| HSL | 270.58º | 0.51% | 0.6% | - |
| HSV(B) | 270.58º | 0.51% | 0.8% | - |
| XYZ | 29 | 20.59 | 60.2 | - |
| YUV | 128.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 205 | 0.25 | 0.51 | 0 | 0.20 | 270.58 | 0.51 | 0.6 |
| Hex | 9A | 65 | CD | 19 | 33 | 0 | 14 | 10F | 33 | 3C |
| Octal | 232 | 145 | 315 | 31 | 63 | 0 | 24 | 417 | 63 | 74 |
| Binary | 10011010 | 1100101 | 11001101 | 11001 | 110011 | 0 | 10100 | 100001111 | 110011 | 111100 |
Color Harmonies of #9A65CD
Complementary color
Monochromatic Colors of #9A65CD
Black with #9A65CD
Text Example
Text Example
White with #9A65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A65CD; }
p { color: rgb(154,101,205); }
H1.HeaderClassName
{
color: #9A65CD;
}
.AnyTagClassName
{
color: #9A65CD;
}
</style>
background-color css
<style>
a { background-color: #9A65CD; }
a { background-color: rgb(154,101,205); }
div.DivClassName
{
background-color: #9A65CD;
}
.BgClassName
{
background-color: #9A65CD;
}
</style>
border-color css
<style>
span { border-color: #9A65CD; }
span { border-color: rgb(154,101,205); }
td.TdClassName
{
border-color: #9A65CD;
}
.TagClassName
{
border-color: #9A65CD;
}
</style>