Shades of Amethyst #9355CF
Tints of Amethyst #9355CF
RGB
CMYK
RGB Variations
Color information
#9355CF (or 0x9355CF) is known color: Amethyst. HEX triplet: 93, 55 and CF. RGB value is (147,85,207). Sum of RGB (Red+Green+Blue) = 147+85+207=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #9355CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CF is #6CAA30. Grayscale: #757575. Windows color (decimal): -7121457 or 13587859. OLE color: 13587859.
HSL color Cylindrical-coordinate representation of color #9355CF: hue angle of 270.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9355CF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 85 | 207 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.19 |
| HSL | 270.49º | 0.56% | 0.57% | - |
| HSV(B) | 270.49º | 0.59% | 0.81% | - |
| XYZ | 26.54 | 17.21 | 60.95 | - |
| YUV | 117.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 207 | 0.29 | 0.59 | 0 | 0.19 | 270.49 | 0.56 | 0.57 |
| Hex | 93 | 55 | CF | 1D | 3B | 0 | 13 | 10E | 38 | 39 |
| Octal | 223 | 125 | 317 | 35 | 73 | 0 | 23 | 416 | 70 | 71 |
| Binary | 10010011 | 1010101 | 11001111 | 11101 | 111011 | 0 | 10011 | 100001110 | 111000 | 111001 |
Color Harmonies of #9355CF
Complementary color
Monochromatic Colors of #9355CF
Black with #9355CF
Text Example
Text Example
White with #9355CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355CF; }
p { color: rgb(147,85,207); }
H1.HeaderClassName
{
color: #9355CF;
}
.AnyTagClassName
{
color: #9355CF;
}
</style>
background-color css
<style>
a { background-color: #9355CF; }
a { background-color: rgb(147,85,207); }
div.DivClassName
{
background-color: #9355CF;
}
.BgClassName
{
background-color: #9355CF;
}
</style>
border-color css
<style>
span { border-color: #9355CF; }
span { border-color: rgb(147,85,207); }
td.TdClassName
{
border-color: #9355CF;
}
.TagClassName
{
border-color: #9355CF;
}
</style>