Shades of Amethyst #9C65DA
Tints of Amethyst #9C65DA
RGB
CMYK
RGB Variations
Color information
#9C65DA (or 0x9C65DA) is known color: Amethyst. HEX triplet: 9C, 65 and DA. RGB value is (156,101,218). Sum of RGB (Red+Green+Blue) = 156+101+218=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65DA is #639A25. Grayscale: #828282. Windows color (decimal): -6527526 or 14312860. OLE color: 14312860.
HSL color Cylindrical-coordinate representation of color #9C65DA: hue angle of 268.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C65DA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 101 | 218 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.15 |
| HSL | 268.21º | 0.61% | 0.63% | - |
| HSV(B) | 268.21º | 0.54% | 0.85% | - |
| XYZ | 31.02 | 21.44 | 68.83 | - |
| YUV | 130.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 218 | 0.28 | 0.54 | 0 | 0.15 | 268.21 | 0.61 | 0.63 |
| Hex | 9C | 65 | DA | 1C | 36 | 0 | F | 10C | 3D | 3F |
| Octal | 234 | 145 | 332 | 34 | 66 | 0 | 17 | 414 | 75 | 77 |
| Binary | 10011100 | 1100101 | 11011010 | 11100 | 110110 | 0 | 1111 | 100001100 | 111101 | 111111 |
Color Harmonies of #9C65DA
Complementary color
Monochromatic Colors of #9C65DA
Black with #9C65DA
Text Example
Text Example
White with #9C65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C65DA; }
p { color: rgb(156,101,218); }
H1.HeaderClassName
{
color: #9C65DA;
}
.AnyTagClassName
{
color: #9C65DA;
}
</style>
background-color css
<style>
a { background-color: #9C65DA; }
a { background-color: rgb(156,101,218); }
div.DivClassName
{
background-color: #9C65DA;
}
.BgClassName
{
background-color: #9C65DA;
}
</style>
border-color css
<style>
span { border-color: #9C65DA; }
span { border-color: rgb(156,101,218); }
td.TdClassName
{
border-color: #9C65DA;
}
.TagClassName
{
border-color: #9C65DA;
}
</style>