Shades of Amethyst #9F63CE
Tints of Amethyst #9F63CE
RGB
CMYK
RGB Variations
Color information
#9F63CE (or 0x9F63CE) is known color: Amethyst. HEX triplet: 9F, 63 and CE. RGB value is (159,99,206). Sum of RGB (Red+Green+Blue) = 159+99+206=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63CE is #609C31. Grayscale: #808080. Windows color (decimal): -6331442 or 13525919. OLE color: 13525919.
HSL color Cylindrical-coordinate representation of color #9F63CE: hue angle of 273.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F63CE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 99 | 206 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.19 |
| HSL | 273.64º | 0.52% | 0.6% | - |
| HSV(B) | 273.64º | 0.52% | 0.81% | - |
| XYZ | 29.9 | 20.75 | 60.82 | - |
| YUV | 129.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 206 | 0.23 | 0.52 | 0 | 0.19 | 273.64 | 0.52 | 0.6 |
| Hex | 9F | 63 | CE | 17 | 34 | 0 | 13 | 112 | 34 | 3C |
| Octal | 237 | 143 | 316 | 27 | 64 | 0 | 23 | 422 | 64 | 74 |
| Binary | 10011111 | 1100011 | 11001110 | 10111 | 110100 | 0 | 10011 | 100010010 | 110100 | 111100 |
Color Harmonies of #9F63CE
Complementary color
Monochromatic Colors of #9F63CE
Black with #9F63CE
Text Example
Text Example
White with #9F63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63CE; }
p { color: rgb(159,99,206); }
H1.HeaderClassName
{
color: #9F63CE;
}
.AnyTagClassName
{
color: #9F63CE;
}
</style>
background-color css
<style>
a { background-color: #9F63CE; }
a { background-color: rgb(159,99,206); }
div.DivClassName
{
background-color: #9F63CE;
}
.BgClassName
{
background-color: #9F63CE;
}
</style>
border-color css
<style>
span { border-color: #9F63CE; }
span { border-color: rgb(159,99,206); }
td.TdClassName
{
border-color: #9F63CE;
}
.TagClassName
{
border-color: #9F63CE;
}
</style>