Shades of Amethyst #9C5FD6
Tints of Amethyst #9C5FD6
RGB
CMYK
RGB Variations
Color information
#9C5FD6 (or 0x9C5FD6) is known color: Amethyst. HEX triplet: 9C, 5F and D6. RGB value is (156,95,214). Sum of RGB (Red+Green+Blue) = 156+95+214=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C5FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FD6 is #63A029. Grayscale: #7E7E7E. Windows color (decimal): -6529066 or 14049180. OLE color: 14049180.
HSL color Cylindrical-coordinate representation of color #9C5FD6: hue angle of 270.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5FD6 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 95 | 214 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.16 |
| HSL | 270.76º | 0.59% | 0.61% | - |
| HSV(B) | 270.76º | 0.56% | 0.84% | - |
| XYZ | 29.94 | 20.11 | 65.92 | - |
| YUV | 126.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 214 | 0.27 | 0.56 | 0 | 0.16 | 270.76 | 0.59 | 0.61 |
| Hex | 9C | 5F | D6 | 1B | 38 | 0 | 10 | 10F | 3B | 3D |
| Octal | 234 | 137 | 326 | 33 | 70 | 0 | 20 | 417 | 73 | 75 |
| Binary | 10011100 | 1011111 | 11010110 | 11011 | 111000 | 0 | 10000 | 100001111 | 111011 | 111101 |
Color Harmonies of #9C5FD6
Complementary color
Monochromatic Colors of #9C5FD6
Black with #9C5FD6
Text Example
Text Example
White with #9C5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5FD6; }
p { color: rgb(156,95,214); }
H1.HeaderClassName
{
color: #9C5FD6;
}
.AnyTagClassName
{
color: #9C5FD6;
}
</style>
background-color css
<style>
a { background-color: #9C5FD6; }
a { background-color: rgb(156,95,214); }
div.DivClassName
{
background-color: #9C5FD6;
}
.BgClassName
{
background-color: #9C5FD6;
}
</style>
border-color css
<style>
span { border-color: #9C5FD6; }
span { border-color: rgb(156,95,214); }
td.TdClassName
{
border-color: #9C5FD6;
}
.TagClassName
{
border-color: #9C5FD6;
}
</style>