Shades of Amethyst #9355D0
Tints of Amethyst #9355D0
RGB
CMYK
RGB Variations
Color information
#9355D0 (or 0x9355D0) is known color: Amethyst. HEX triplet: 93, 55 and D0. RGB value is (147,85,208). Sum of RGB (Red+Green+Blue) = 147+85+208=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #9355D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355D0 is #6CAA2F. Grayscale: #757575. Windows color (decimal): -7121456 or 13653395. OLE color: 13653395.
HSL color Cylindrical-coordinate representation of color #9355D0: hue angle of 270.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9355D0 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 85 | 208 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.18 |
| HSL | 270.24º | 0.57% | 0.57% | - |
| HSV(B) | 270.24º | 0.59% | 0.82% | - |
| XYZ | 26.67 | 17.25 | 61.6 | - |
| YUV | 117.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 208 | 0.29 | 0.59 | 0 | 0.18 | 270.24 | 0.57 | 0.57 |
| Hex | 93 | 55 | D0 | 1D | 3B | 0 | 12 | 10E | 39 | 39 |
| Octal | 223 | 125 | 320 | 35 | 73 | 0 | 22 | 416 | 71 | 71 |
| Binary | 10010011 | 1010101 | 11010000 | 11101 | 111011 | 0 | 10010 | 100001110 | 111001 | 111001 |
Color Harmonies of #9355D0
Complementary color
Monochromatic Colors of #9355D0
Black with #9355D0
Text Example
Text Example
White with #9355D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355D0; }
p { color: rgb(147,85,208); }
H1.HeaderClassName
{
color: #9355D0;
}
.AnyTagClassName
{
color: #9355D0;
}
</style>
background-color css
<style>
a { background-color: #9355D0; }
a { background-color: rgb(147,85,208); }
div.DivClassName
{
background-color: #9355D0;
}
.BgClassName
{
background-color: #9355D0;
}
</style>
border-color css
<style>
span { border-color: #9355D0; }
span { border-color: rgb(147,85,208); }
td.TdClassName
{
border-color: #9355D0;
}
.TagClassName
{
border-color: #9355D0;
}
</style>