Shades of Amethyst #9359DC
Tints of Amethyst #9359DC
RGB
CMYK
RGB Variations
Color information
#9359DC (or 0x9359DC) is known color: Amethyst. HEX triplet: 93, 59 and DC. RGB value is (147,89,220). Sum of RGB (Red+Green+Blue) = 147+89+220=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9359DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359DC is #6CA623. Grayscale: #787878. Windows color (decimal): -7120420 or 14440851. OLE color: 14440851.
HSL color Cylindrical-coordinate representation of color #9359DC: hue angle of 266.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9359DC is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 89 | 220 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.14 |
| HSL | 266.56º | 0.65% | 0.61% | - |
| HSV(B) | 266.56º | 0.6% | 0.86% | - |
| XYZ | 28.52 | 18.52 | 69.78 | - |
| YUV | 121.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 220 | 0.33 | 0.60 | 0 | 0.14 | 266.56 | 0.65 | 0.61 |
| Hex | 93 | 59 | DC | 21 | 3C | 0 | E | 10B | 41 | 3D |
| Octal | 223 | 131 | 334 | 41 | 74 | 0 | 16 | 413 | 101 | 75 |
| Binary | 10010011 | 1011001 | 11011100 | 100001 | 111100 | 0 | 1110 | 100001011 | 1000001 | 111101 |
Color Harmonies of #9359DC
Complementary color
Monochromatic Colors of #9359DC
Black with #9359DC
Text Example
Text Example
White with #9359DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359DC; }
p { color: rgb(147,89,220); }
H1.HeaderClassName
{
color: #9359DC;
}
.AnyTagClassName
{
color: #9359DC;
}
</style>
background-color css
<style>
a { background-color: #9359DC; }
a { background-color: rgb(147,89,220); }
div.DivClassName
{
background-color: #9359DC;
}
.BgClassName
{
background-color: #9359DC;
}
</style>
border-color css
<style>
span { border-color: #9359DC; }
span { border-color: rgb(147,89,220); }
td.TdClassName
{
border-color: #9359DC;
}
.TagClassName
{
border-color: #9359DC;
}
</style>