Shades of Amethyst #9355CD
Tints of Amethyst #9355CD
RGB
CMYK
RGB Variations
Color information
#9355CD (or 0x9355CD) is known color: Amethyst. HEX triplet: 93, 55 and CD. RGB value is (147,85,205). Sum of RGB (Red+Green+Blue) = 147+85+205=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9355CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CD is #6CAA32. Grayscale: #747474. Windows color (decimal): -7121459 or 13456787. OLE color: 13456787.
HSL color Cylindrical-coordinate representation of color #9355CD: hue angle of 271º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9355CD is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 85 | 205 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.20 |
| HSL | 271º | 0.55% | 0.57% | - |
| HSV(B) | 271º | 0.59% | 0.8% | - |
| XYZ | 26.3 | 17.11 | 59.67 | - |
| YUV | 117.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 205 | 0.28 | 0.59 | 0 | 0.20 | 271 | 0.55 | 0.57 |
| Hex | 93 | 55 | CD | 1C | 3B | 0 | 14 | 10F | 37 | 39 |
| Octal | 223 | 125 | 315 | 34 | 73 | 0 | 24 | 417 | 67 | 71 |
| Binary | 10010011 | 1010101 | 11001101 | 11100 | 111011 | 0 | 10100 | 100001111 | 110111 | 111001 |
Color Harmonies of #9355CD
Complementary color
Monochromatic Colors of #9355CD
Black with #9355CD
Text Example
Text Example
White with #9355CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355CD; }
p { color: rgb(147,85,205); }
H1.HeaderClassName
{
color: #9355CD;
}
.AnyTagClassName
{
color: #9355CD;
}
</style>
background-color css
<style>
a { background-color: #9355CD; }
a { background-color: rgb(147,85,205); }
div.DivClassName
{
background-color: #9355CD;
}
.BgClassName
{
background-color: #9355CD;
}
</style>
border-color css
<style>
span { border-color: #9355CD; }
span { border-color: rgb(147,85,205); }
td.TdClassName
{
border-color: #9355CD;
}
.TagClassName
{
border-color: #9355CD;
}
</style>