Shades of Amethyst #9F64CB
Tints of Amethyst #9F64CB
RGB
CMYK
RGB Variations
Color information
#9F64CB (or 0x9F64CB) is known color: Amethyst. HEX triplet: 9F, 64 and CB. RGB value is (159,100,203). Sum of RGB (Red+Green+Blue) = 159+100+203=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64CB is #609B34. Grayscale: #818181. Windows color (decimal): -6331189 or 13329567. OLE color: 13329567.
HSL color Cylindrical-coordinate representation of color #9F64CB: hue angle of 274.37º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F64CB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 100 | 203 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.20 |
| HSL | 274.37º | 0.5% | 0.59% | - |
| HSV(B) | 274.37º | 0.51% | 0.8% | - |
| XYZ | 29.63 | 20.8 | 58.95 | - |
| YUV | 129.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 203 | 0.22 | 0.51 | 0 | 0.20 | 274.37 | 0.5 | 0.59 |
| Hex | 9F | 64 | CB | 16 | 33 | 0 | 14 | 112 | 32 | 3B |
| Octal | 237 | 144 | 313 | 26 | 63 | 0 | 24 | 422 | 62 | 73 |
| Binary | 10011111 | 1100100 | 11001011 | 10110 | 110011 | 0 | 10100 | 100010010 | 110010 | 111011 |
Color Harmonies of #9F64CB
Complementary color
Monochromatic Colors of #9F64CB
Black with #9F64CB
Text Example
Text Example
White with #9F64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64CB; }
p { color: rgb(159,100,203); }
H1.HeaderClassName
{
color: #9F64CB;
}
.AnyTagClassName
{
color: #9F64CB;
}
</style>
background-color css
<style>
a { background-color: #9F64CB; }
a { background-color: rgb(159,100,203); }
div.DivClassName
{
background-color: #9F64CB;
}
.BgClassName
{
background-color: #9F64CB;
}
</style>
border-color css
<style>
span { border-color: #9F64CB; }
span { border-color: rgb(159,100,203); }
td.TdClassName
{
border-color: #9F64CB;
}
.TagClassName
{
border-color: #9F64CB;
}
</style>