Shades of Amethyst #9366CD
Tints of Amethyst #9366CD
RGB
CMYK
RGB Variations
Color information
#9366CD (or 0x9366CD) is known color: Amethyst. HEX triplet: 93, 66 and CD. RGB value is (147,102,205). Sum of RGB (Red+Green+Blue) = 147+102+205=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9366CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366CD is #6C9932. Grayscale: #7E7E7E. Windows color (decimal): -7117107 or 13461139. OLE color: 13461139.
HSL color Cylindrical-coordinate representation of color #9366CD: hue angle of 266.21º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9366CD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 102 | 205 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.20 |
| HSL | 266.21º | 0.51% | 0.6% | - |
| HSV(B) | 266.21º | 0.5% | 0.8% | - |
| XYZ | 27.8 | 20.11 | 60.17 | - |
| YUV | 127.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 205 | 0.28 | 0.50 | 0 | 0.20 | 266.21 | 0.51 | 0.6 |
| Hex | 93 | 66 | CD | 1C | 32 | 0 | 14 | 10A | 33 | 3C |
| Octal | 223 | 146 | 315 | 34 | 62 | 0 | 24 | 412 | 63 | 74 |
| Binary | 10010011 | 1100110 | 11001101 | 11100 | 110010 | 0 | 10100 | 100001010 | 110011 | 111100 |
Color Harmonies of #9366CD
Complementary color
Monochromatic Colors of #9366CD
Black with #9366CD
Text Example
Text Example
White with #9366CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366CD; }
p { color: rgb(147,102,205); }
H1.HeaderClassName
{
color: #9366CD;
}
.AnyTagClassName
{
color: #9366CD;
}
</style>
background-color css
<style>
a { background-color: #9366CD; }
a { background-color: rgb(147,102,205); }
div.DivClassName
{
background-color: #9366CD;
}
.BgClassName
{
background-color: #9366CD;
}
</style>
border-color css
<style>
span { border-color: #9366CD; }
span { border-color: rgb(147,102,205); }
td.TdClassName
{
border-color: #9366CD;
}
.TagClassName
{
border-color: #9366CD;
}
</style>