Shades of Amethyst #9F4CDC
Tints of Amethyst #9F4CDC
RGB
CMYK
RGB Variations
Color information
#9F4CDC (or 0x9F4CDC) is known color: Amethyst. HEX triplet: 9F, 4C and DC. RGB value is (159,76,220). Sum of RGB (Red+Green+Blue) = 159+76+220=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F4CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CDC is #60B323. Grayscale: #747474. Windows color (decimal): -6337316 or 14437535. OLE color: 14437535.
HSL color Cylindrical-coordinate representation of color #9F4CDC: hue angle of 274.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4CDC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 76 | 220 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.14 |
| HSL | 274.58º | 0.67% | 0.58% | - |
| HSV(B) | 274.58º | 0.65% | 0.86% | - |
| XYZ | 29.8 | 17.71 | 69.56 | - |
| YUV | 117.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 220 | 0.28 | 0.65 | 0 | 0.14 | 274.58 | 0.67 | 0.58 |
| Hex | 9F | 4C | DC | 1C | 41 | 0 | E | 113 | 43 | 3A |
| Octal | 237 | 114 | 334 | 34 | 101 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10011111 | 1001100 | 11011100 | 11100 | 1000001 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #9F4CDC
Complementary color
Monochromatic Colors of #9F4CDC
Black with #9F4CDC
Text Example
Text Example
White with #9F4CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CDC; }
p { color: rgb(159,76,220); }
H1.HeaderClassName
{
color: #9F4CDC;
}
.AnyTagClassName
{
color: #9F4CDC;
}
</style>
background-color css
<style>
a { background-color: #9F4CDC; }
a { background-color: rgb(159,76,220); }
div.DivClassName
{
background-color: #9F4CDC;
}
.BgClassName
{
background-color: #9F4CDC;
}
</style>
border-color css
<style>
span { border-color: #9F4CDC; }
span { border-color: rgb(159,76,220); }
td.TdClassName
{
border-color: #9F4CDC;
}
.TagClassName
{
border-color: #9F4CDC;
}
</style>