Shades of Amethyst #9360BF
Tints of Amethyst #9360BF
RGB
CMYK
RGB Variations
Color information
#9360BF (or 0x9360BF) is known color: Amethyst. HEX triplet: 93, 60 and BF. RGB value is (147,96,191). Sum of RGB (Red+Green+Blue) = 147+96+191=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #9360BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360BF is #6C9F40. Grayscale: #797979. Windows color (decimal): -7118657 or 12542099. OLE color: 12542099.
HSL color Cylindrical-coordinate representation of color #9360BF: hue angle of 272.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9360BF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 96 | 191 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.25 |
| HSL | 272.21º | 0.43% | 0.56% | - |
| HSV(B) | 272.21º | 0.5% | 0.75% | - |
| XYZ | 25.62 | 18.33 | 51.48 | - |
| YUV | 122.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 191 | 0.23 | 0.50 | 0 | 0.25 | 272.21 | 0.43 | 0.56 |
| Hex | 93 | 60 | BF | 17 | 32 | 0 | 19 | 110 | 2B | 38 |
| Octal | 223 | 140 | 277 | 27 | 62 | 0 | 31 | 420 | 53 | 70 |
| Binary | 10010011 | 1100000 | 10111111 | 10111 | 110010 | 0 | 11001 | 100010000 | 101011 | 111000 |
Color Harmonies of #9360BF
Complementary color
Monochromatic Colors of #9360BF
Black with #9360BF
Text Example
Text Example
White with #9360BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360BF; }
p { color: rgb(147,96,191); }
H1.HeaderClassName
{
color: #9360BF;
}
.AnyTagClassName
{
color: #9360BF;
}
</style>
background-color css
<style>
a { background-color: #9360BF; }
a { background-color: rgb(147,96,191); }
div.DivClassName
{
background-color: #9360BF;
}
.BgClassName
{
background-color: #9360BF;
}
</style>
border-color css
<style>
span { border-color: #9360BF; }
span { border-color: rgb(147,96,191); }
td.TdClassName
{
border-color: #9360BF;
}
.TagClassName
{
border-color: #9360BF;
}
</style>