Shades of Amethyst #9C4FDA
Tints of Amethyst #9C4FDA
RGB
CMYK
RGB Variations
Color information
#9C4FDA (or 0x9C4FDA) is known color: Amethyst. HEX triplet: 9C, 4F and DA. RGB value is (156,79,218). Sum of RGB (Red+Green+Blue) = 156+79+218=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C4FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C4FDA is #63B025. Grayscale: #757575. Windows color (decimal): -6533158 or 14307228. OLE color: 14307228.
HSL color Cylindrical-coordinate representation of color #9C4FDA: hue angle of 273.24º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C4FDA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 79 | 218 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.15 |
| HSL | 273.24º | 0.65% | 0.58% | - |
| HSV(B) | 273.24º | 0.64% | 0.85% | - |
| XYZ | 29.16 | 17.72 | 68.21 | - |
| YUV | 117.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 218 | 0.28 | 0.64 | 0 | 0.15 | 273.24 | 0.65 | 0.58 |
| Hex | 9C | 4F | DA | 1C | 40 | 0 | F | 111 | 41 | 3A |
| Octal | 234 | 117 | 332 | 34 | 100 | 0 | 17 | 421 | 101 | 72 |
| Binary | 10011100 | 1001111 | 11011010 | 11100 | 1000000 | 0 | 1111 | 100010001 | 1000001 | 111010 |
Color Harmonies of #9C4FDA
Complementary color
Monochromatic Colors of #9C4FDA
Black with #9C4FDA
Text Example
Text Example
White with #9C4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4FDA; }
p { color: rgb(156,79,218); }
H1.HeaderClassName
{
color: #9C4FDA;
}
.AnyTagClassName
{
color: #9C4FDA;
}
</style>
background-color css
<style>
a { background-color: #9C4FDA; }
a { background-color: rgb(156,79,218); }
div.DivClassName
{
background-color: #9C4FDA;
}
.BgClassName
{
background-color: #9C4FDA;
}
</style>
border-color css
<style>
span { border-color: #9C4FDA; }
span { border-color: rgb(156,79,218); }
td.TdClassName
{
border-color: #9C4FDA;
}
.TagClassName
{
border-color: #9C4FDA;
}
</style>