Shades of Amethyst #9368CF
Tints of Amethyst #9368CF
RGB
CMYK
RGB Variations
Color information
#9368CF (or 0x9368CF) is known color: Amethyst. HEX triplet: 93, 68 and CF. RGB value is (147,104,207). Sum of RGB (Red+Green+Blue) = 147+104+207=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 104 (41.02% from 255 or 22.71% 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 #9368CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368CF is #6C9730. Grayscale: #808080. Windows color (decimal): -7116593 or 13592723. OLE color: 13592723.
HSL color Cylindrical-coordinate representation of color #9368CF: hue angle of 265.05º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9368CF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 104 | 207 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.19 |
| HSL | 265.05º | 0.52% | 0.61% | - |
| HSV(B) | 265.05º | 0.5% | 0.81% | - |
| XYZ | 28.25 | 20.61 | 61.52 | - |
| YUV | 128.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 207 | 0.29 | 0.50 | 0 | 0.19 | 265.05 | 0.52 | 0.61 |
| Hex | 93 | 68 | CF | 1D | 32 | 0 | 13 | 109 | 34 | 3D |
| Octal | 223 | 150 | 317 | 35 | 62 | 0 | 23 | 411 | 64 | 75 |
| Binary | 10010011 | 1101000 | 11001111 | 11101 | 110010 | 0 | 10011 | 100001001 | 110100 | 111101 |
Color Harmonies of #9368CF
Complementary color
Monochromatic Colors of #9368CF
Black with #9368CF
Text Example
Text Example
White with #9368CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368CF; }
p { color: rgb(147,104,207); }
H1.HeaderClassName
{
color: #9368CF;
}
.AnyTagClassName
{
color: #9368CF;
}
</style>
background-color css
<style>
a { background-color: #9368CF; }
a { background-color: rgb(147,104,207); }
div.DivClassName
{
background-color: #9368CF;
}
.BgClassName
{
background-color: #9368CF;
}
</style>
border-color css
<style>
span { border-color: #9368CF; }
span { border-color: rgb(147,104,207); }
td.TdClassName
{
border-color: #9368CF;
}
.TagClassName
{
border-color: #9368CF;
}
</style>