Shades of Amethyst #9355DF
Tints of Amethyst #9355DF
RGB
CMYK
RGB Variations
Color information
#9355DF (or 0x9355DF) is known color: Amethyst. HEX triplet: 93, 55 and DF. RGB value is (147,85,223). Sum of RGB (Red+Green+Blue) = 147+85+223=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #9355DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355DF is #6CAA20. Grayscale: #767676. Windows color (decimal): -7121441 or 14636435. OLE color: 14636435.
HSL color Cylindrical-coordinate representation of color #9355DF: hue angle of 266.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9355DF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 85 | 223 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.13 |
| HSL | 266.96º | 0.68% | 0.6% | - |
| HSV(B) | 266.96º | 0.62% | 0.87% | - |
| XYZ | 28.6 | 18.03 | 71.78 | - |
| YUV | 119.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 223 | 0.34 | 0.62 | 0 | 0.13 | 266.96 | 0.68 | 0.6 |
| Hex | 93 | 55 | DF | 22 | 3E | 0 | D | 10B | 44 | 3C |
| Octal | 223 | 125 | 337 | 42 | 76 | 0 | 15 | 413 | 104 | 74 |
| Binary | 10010011 | 1010101 | 11011111 | 100010 | 111110 | 0 | 1101 | 100001011 | 1000100 | 111100 |
Color Harmonies of #9355DF
Complementary color
Monochromatic Colors of #9355DF
Black with #9355DF
Text Example
Text Example
White with #9355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355DF; }
p { color: rgb(147,85,223); }
H1.HeaderClassName
{
color: #9355DF;
}
.AnyTagClassName
{
color: #9355DF;
}
</style>
background-color css
<style>
a { background-color: #9355DF; }
a { background-color: rgb(147,85,223); }
div.DivClassName
{
background-color: #9355DF;
}
.BgClassName
{
background-color: #9355DF;
}
</style>
border-color css
<style>
span { border-color: #9355DF; }
span { border-color: rgb(147,85,223); }
td.TdClassName
{
border-color: #9355DF;
}
.TagClassName
{
border-color: #9355DF;
}
</style>