Shades of Amethyst #9361C6
Tints of Amethyst #9361C6
RGB
CMYK
RGB Variations
Color information
#9361C6 (or 0x9361C6) is known color: Amethyst. HEX triplet: 93, 61 and C6. RGB value is (147,97,198). Sum of RGB (Red+Green+Blue) = 147+97+198=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #9361C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361C6 is #6C9E39. Grayscale: #7B7B7B. Windows color (decimal): -7118394 or 13001107. OLE color: 13001107.
HSL color Cylindrical-coordinate representation of color #9361C6: hue angle of 269.7º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9361C6 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 97 | 198 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.22 |
| HSL | 269.7º | 0.47% | 0.58% | - |
| HSV(B) | 269.7º | 0.51% | 0.78% | - |
| XYZ | 26.5 | 18.83 | 55.66 | - |
| YUV | 123.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 198 | 0.26 | 0.51 | 0 | 0.22 | 269.7 | 0.47 | 0.58 |
| Hex | 93 | 61 | C6 | 1A | 33 | 0 | 16 | 10E | 2F | 3A |
| Octal | 223 | 141 | 306 | 32 | 63 | 0 | 26 | 416 | 57 | 72 |
| Binary | 10010011 | 1100001 | 11000110 | 11010 | 110011 | 0 | 10110 | 100001110 | 101111 | 111010 |
Color Harmonies of #9361C6
Complementary color
Monochromatic Colors of #9361C6
Black with #9361C6
Text Example
Text Example
White with #9361C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9361C6; }
p { color: rgb(147,97,198); }
H1.HeaderClassName
{
color: #9361C6;
}
.AnyTagClassName
{
color: #9361C6;
}
</style>
background-color css
<style>
a { background-color: #9361C6; }
a { background-color: rgb(147,97,198); }
div.DivClassName
{
background-color: #9361C6;
}
.BgClassName
{
background-color: #9361C6;
}
</style>
border-color css
<style>
span { border-color: #9361C6; }
span { border-color: rgb(147,97,198); }
td.TdClassName
{
border-color: #9361C6;
}
.TagClassName
{
border-color: #9361C6;
}
</style>