Shades of Amethyst #9C5FCF
Tints of Amethyst #9C5FCF
RGB
CMYK
RGB Variations
Color information
#9C5FCF (or 0x9C5FCF) is known color: Amethyst. HEX triplet: 9C, 5F and CF. RGB value is (156,95,207). Sum of RGB (Red+Green+Blue) = 156+95+207=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FCF is #63A030. Grayscale: #7D7D7D. Windows color (decimal): -6529073 or 13590428. OLE color: 13590428.
HSL color Cylindrical-coordinate representation of color #9C5FCF: hue angle of 272.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5FCF is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 95 | 207 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.19 |
| HSL | 272.68º | 0.54% | 0.59% | - |
| HSV(B) | 272.68º | 0.54% | 0.81% | - |
| XYZ | 29.07 | 19.76 | 61.31 | - |
| YUV | 126.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 95 | 207 | 0.25 | 0.54 | 0 | 0.19 | 272.68 | 0.54 | 0.59 |
| Hex | 9C | 5F | CF | 19 | 36 | 0 | 13 | 111 | 36 | 3B |
| Octal | 234 | 137 | 317 | 31 | 66 | 0 | 23 | 421 | 66 | 73 |
| Binary | 10011100 | 1011111 | 11001111 | 11001 | 110110 | 0 | 10011 | 100010001 | 110110 | 111011 |
Color Harmonies of #9C5FCF
Complementary color
Monochromatic Colors of #9C5FCF
Black with #9C5FCF
Text Example
Text Example
White with #9C5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5FCF; }
p { color: rgb(156,95,207); }
H1.HeaderClassName
{
color: #9C5FCF;
}
.AnyTagClassName
{
color: #9C5FCF;
}
</style>
background-color css
<style>
a { background-color: #9C5FCF; }
a { background-color: rgb(156,95,207); }
div.DivClassName
{
background-color: #9C5FCF;
}
.BgClassName
{
background-color: #9C5FCF;
}
</style>
border-color css
<style>
span { border-color: #9C5FCF; }
span { border-color: rgb(156,95,207); }
td.TdClassName
{
border-color: #9C5FCF;
}
.TagClassName
{
border-color: #9C5FCF;
}
</style>