Shades of Amethyst #9F63CB
Tints of Amethyst #9F63CB
RGB
CMYK
RGB Variations
Color information
#9F63CB (or 0x9F63CB) is known color: Amethyst. HEX triplet: 9F, 63 and CB. RGB value is (159,99,203). Sum of RGB (Red+Green+Blue) = 159+99+203=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63CB is #609C34. Grayscale: #808080. Windows color (decimal): -6331445 or 13329311. OLE color: 13329311.
HSL color Cylindrical-coordinate representation of color #9F63CB: hue angle of 274.62º 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 #9F63CB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 99 | 203 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.20 |
| HSL | 274.62º | 0.5% | 0.59% | - |
| HSV(B) | 274.62º | 0.51% | 0.8% | - |
| XYZ | 29.54 | 20.61 | 58.92 | - |
| YUV | 128.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 203 | 0.22 | 0.51 | 0 | 0.20 | 274.62 | 0.5 | 0.59 |
| Hex | 9F | 63 | CB | 16 | 33 | 0 | 14 | 113 | 32 | 3B |
| Octal | 237 | 143 | 313 | 26 | 63 | 0 | 24 | 423 | 62 | 73 |
| Binary | 10011111 | 1100011 | 11001011 | 10110 | 110011 | 0 | 10100 | 100010011 | 110010 | 111011 |
Color Harmonies of #9F63CB
Complementary color
Monochromatic Colors of #9F63CB
Black with #9F63CB
Text Example
Text Example
White with #9F63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63CB; }
p { color: rgb(159,99,203); }
H1.HeaderClassName
{
color: #9F63CB;
}
.AnyTagClassName
{
color: #9F63CB;
}
</style>
background-color css
<style>
a { background-color: #9F63CB; }
a { background-color: rgb(159,99,203); }
div.DivClassName
{
background-color: #9F63CB;
}
.BgClassName
{
background-color: #9F63CB;
}
</style>
border-color css
<style>
span { border-color: #9F63CB; }
span { border-color: rgb(159,99,203); }
td.TdClassName
{
border-color: #9F63CB;
}
.TagClassName
{
border-color: #9F63CB;
}
</style>