Shades of Amethyst #9C5CCF
Tints of Amethyst #9C5CCF
RGB
CMYK
RGB Variations
Color information
#9C5CCF (or 0x9C5CCF) is known color: Amethyst. HEX triplet: 9C, 5C and CF. RGB value is (156,92,207). Sum of RGB (Red+Green+Blue) = 156+92+207=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CCF is #63A330. Grayscale: #7B7B7B. Windows color (decimal): -6529841 or 13589660. OLE color: 13589660.
HSL color Cylindrical-coordinate representation of color #9C5CCF: hue angle of 273.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5CCF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 92 | 207 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.19 |
| HSL | 273.39º | 0.55% | 0.59% | - |
| HSV(B) | 273.39º | 0.56% | 0.81% | - |
| XYZ | 28.8 | 19.23 | 61.22 | - |
| YUV | 124.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 207 | 0.25 | 0.56 | 0 | 0.19 | 273.39 | 0.55 | 0.59 |
| Hex | 9C | 5C | CF | 19 | 38 | 0 | 13 | 111 | 37 | 3B |
| Octal | 234 | 134 | 317 | 31 | 70 | 0 | 23 | 421 | 67 | 73 |
| Binary | 10011100 | 1011100 | 11001111 | 11001 | 111000 | 0 | 10011 | 100010001 | 110111 | 111011 |
Color Harmonies of #9C5CCF
Complementary color
Monochromatic Colors of #9C5CCF
Black with #9C5CCF
Text Example
Text Example
White with #9C5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5CCF; }
p { color: rgb(156,92,207); }
H1.HeaderClassName
{
color: #9C5CCF;
}
.AnyTagClassName
{
color: #9C5CCF;
}
</style>
background-color css
<style>
a { background-color: #9C5CCF; }
a { background-color: rgb(156,92,207); }
div.DivClassName
{
background-color: #9C5CCF;
}
.BgClassName
{
background-color: #9C5CCF;
}
</style>
border-color css
<style>
span { border-color: #9C5CCF; }
span { border-color: rgb(156,92,207); }
td.TdClassName
{
border-color: #9C5CCF;
}
.TagClassName
{
border-color: #9C5CCF;
}
</style>