Shades of Amethyst #9362CF
Tints of Amethyst #9362CF
RGB
CMYK
RGB Variations
Color information
#9362CF (or 0x9362CF) is known color: Amethyst. HEX triplet: 93, 62 and CF. RGB value is (147,98,207). Sum of RGB (Red+Green+Blue) = 147+98+207=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #9362CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362CF is #6C9D30. Grayscale: #7C7C7C. Windows color (decimal): -7118129 or 13591187. OLE color: 13591187.
HSL color Cylindrical-coordinate representation of color #9362CF: hue angle of 266.97º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9362CF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 98 | 207 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.19 |
| HSL | 266.97º | 0.53% | 0.6% | - |
| HSV(B) | 266.97º | 0.53% | 0.81% | - |
| XYZ | 27.66 | 19.44 | 61.33 | - |
| YUV | 125.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 207 | 0.29 | 0.53 | 0 | 0.19 | 266.97 | 0.53 | 0.6 |
| Hex | 93 | 62 | CF | 1D | 35 | 0 | 13 | 10B | 35 | 3C |
| Octal | 223 | 142 | 317 | 35 | 65 | 0 | 23 | 413 | 65 | 74 |
| Binary | 10010011 | 1100010 | 11001111 | 11101 | 110101 | 0 | 10011 | 100001011 | 110101 | 111100 |
Color Harmonies of #9362CF
Complementary color
Monochromatic Colors of #9362CF
Black with #9362CF
Text Example
Text Example
White with #9362CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9362CF; }
p { color: rgb(147,98,207); }
H1.HeaderClassName
{
color: #9362CF;
}
.AnyTagClassName
{
color: #9362CF;
}
</style>
background-color css
<style>
a { background-color: #9362CF; }
a { background-color: rgb(147,98,207); }
div.DivClassName
{
background-color: #9362CF;
}
.BgClassName
{
background-color: #9362CF;
}
</style>
border-color css
<style>
span { border-color: #9362CF; }
span { border-color: rgb(147,98,207); }
td.TdClassName
{
border-color: #9362CF;
}
.TagClassName
{
border-color: #9362CF;
}
</style>