Shades of Amethyst #9F61CB
Tints of Amethyst #9F61CB
RGB
CMYK
RGB Variations
Color information
#9F61CB (or 0x9F61CB) is known color: Amethyst. HEX triplet: 9F, 61 and CB. RGB value is (159,97,203). Sum of RGB (Red+Green+Blue) = 159+97+203=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61CB is #609E34. Grayscale: #7F7F7F. Windows color (decimal): -6331957 or 13328799. OLE color: 13328799.
HSL color Cylindrical-coordinate representation of color #9F61CB: hue angle of 275.09º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F61CB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 97 | 203 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.20 |
| HSL | 275.09º | 0.5% | 0.59% | - |
| HSV(B) | 275.09º | 0.52% | 0.8% | - |
| XYZ | 29.35 | 20.23 | 58.86 | - |
| YUV | 127.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 203 | 0.22 | 0.52 | 0 | 0.20 | 275.09 | 0.5 | 0.59 |
| Hex | 9F | 61 | CB | 16 | 34 | 0 | 14 | 113 | 32 | 3B |
| Octal | 237 | 141 | 313 | 26 | 64 | 0 | 24 | 423 | 62 | 73 |
| Binary | 10011111 | 1100001 | 11001011 | 10110 | 110100 | 0 | 10100 | 100010011 | 110010 | 111011 |
Color Harmonies of #9F61CB
Complementary color
Monochromatic Colors of #9F61CB
Black with #9F61CB
Text Example
Text Example
White with #9F61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61CB; }
p { color: rgb(159,97,203); }
H1.HeaderClassName
{
color: #9F61CB;
}
.AnyTagClassName
{
color: #9F61CB;
}
</style>
background-color css
<style>
a { background-color: #9F61CB; }
a { background-color: rgb(159,97,203); }
div.DivClassName
{
background-color: #9F61CB;
}
.BgClassName
{
background-color: #9F61CB;
}
</style>
border-color css
<style>
span { border-color: #9F61CB; }
span { border-color: rgb(159,97,203); }
td.TdClassName
{
border-color: #9F61CB;
}
.TagClassName
{
border-color: #9F61CB;
}
</style>