Shades of Amethyst #9368C9
Tints of Amethyst #9368C9
RGB
CMYK
RGB Variations
Color information
#9368C9 (or 0x9368C9) is known color: Amethyst. HEX triplet: 93, 68 and C9. RGB value is (147,104,201). Sum of RGB (Red+Green+Blue) = 147+104+201=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #9368C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368C9 is #6C9736. Grayscale: #7F7F7F. Windows color (decimal): -7116599 or 13199507. OLE color: 13199507.
HSL color Cylindrical-coordinate representation of color #9368C9: hue angle of 266.6º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9368C9 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 104 | 201 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.21 |
| HSL | 266.6º | 0.47% | 0.6% | - |
| HSV(B) | 266.6º | 0.48% | 0.79% | - |
| XYZ | 27.53 | 20.32 | 57.73 | - |
| YUV | 127.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 201 | 0.27 | 0.48 | 0 | 0.21 | 266.6 | 0.47 | 0.6 |
| Hex | 93 | 68 | C9 | 1B | 30 | 0 | 15 | 10B | 2F | 3C |
| Octal | 223 | 150 | 311 | 33 | 60 | 0 | 25 | 413 | 57 | 74 |
| Binary | 10010011 | 1101000 | 11001001 | 11011 | 110000 | 0 | 10101 | 100001011 | 101111 | 111100 |
Color Harmonies of #9368C9
Complementary color
Monochromatic Colors of #9368C9
Black with #9368C9
Text Example
Text Example
White with #9368C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368C9; }
p { color: rgb(147,104,201); }
H1.HeaderClassName
{
color: #9368C9;
}
.AnyTagClassName
{
color: #9368C9;
}
</style>
background-color css
<style>
a { background-color: #9368C9; }
a { background-color: rgb(147,104,201); }
div.DivClassName
{
background-color: #9368C9;
}
.BgClassName
{
background-color: #9368C9;
}
</style>
border-color css
<style>
span { border-color: #9368C9; }
span { border-color: rgb(147,104,201); }
td.TdClassName
{
border-color: #9368C9;
}
.TagClassName
{
border-color: #9368C9;
}
</style>