Shades of Amethyst #9366CF
Tints of Amethyst #9366CF
RGB
CMYK
RGB Variations
Color information
#9366CF (or 0x9366CF) is known color: Amethyst. HEX triplet: 93, 66 and CF. RGB value is (147,102,207). Sum of RGB (Red+Green+Blue) = 147+102+207=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9366CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CF is #6C9930. Grayscale: #7F7F7F. Windows color (decimal): -7117105 or 13592211. OLE color: 13592211.
HSL color Cylindrical-coordinate representation of color #9366CF: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9366CF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 102 | 207 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.19 |
| HSL | 265.71º | 0.52% | 0.61% | - |
| HSV(B) | 265.71º | 0.51% | 0.81% | - |
| XYZ | 28.05 | 20.21 | 61.45 | - |
| YUV | 127.43 | 172.91 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 207 | 0.29 | 0.51 | 0 | 0.19 | 265.71 | 0.52 | 0.61 |
| Hex | 93 | 66 | CF | 1D | 33 | 0 | 13 | 10A | 34 | 3D |
| Octal | 223 | 146 | 317 | 35 | 63 | 0 | 23 | 412 | 64 | 75 |
| Binary | 10010011 | 1100110 | 11001111 | 11101 | 110011 | 0 | 10011 | 100001010 | 110100 | 111101 |
Color Harmonies of #9366CF
Complementary color
Monochromatic Colors of #9366CF
Black with #9366CF
Text Example
Text Example
White with #9366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366CF; }
p { color: rgb(147,102,207); }
H1.HeaderClassName
{
color: #9366CF;
}
.AnyTagClassName
{
color: #9366CF;
}
</style>
background-color css
<style>
a { background-color: #9366CF; }
a { background-color: rgb(147,102,207); }
div.DivClassName
{
background-color: #9366CF;
}
.BgClassName
{
background-color: #9366CF;
}
</style>
border-color css
<style>
span { border-color: #9366CF; }
span { border-color: rgb(147,102,207); }
td.TdClassName
{
border-color: #9366CF;
}
.TagClassName
{
border-color: #9366CF;
}
</style>