Shades of Amethyst #9355CC
Tints of Amethyst #9355CC
RGB
CMYK
RGB Variations
Color information
#9355CC (or 0x9355CC) is known color: Amethyst. HEX triplet: 93, 55 and CC. RGB value is (147,85,204). Sum of RGB (Red+Green+Blue) = 147+85+204=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #9355CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CC is #6CAA33. Grayscale: #747474. Windows color (decimal): -7121460 or 13391251. OLE color: 13391251.
HSL color Cylindrical-coordinate representation of color #9355CC: hue angle of 271.26º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9355CC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 85 | 204 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.2 |
| HSL | 271.26º | 0.54% | 0.57% | - |
| HSV(B) | 271.26º | 0.58% | 0.8% | - |
| XYZ | 26.18 | 17.06 | 59.04 | - |
| YUV | 117.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 204 | 0.28 | 0.58 | 0 | 0.2 | 271.26 | 0.54 | 0.57 |
| Hex | 93 | 55 | CC | 1C | 3A | 0 | 14 | 10F | 36 | 39 |
| Octal | 223 | 125 | 314 | 34 | 72 | 0 | 24 | 417 | 66 | 71 |
| Binary | 10010011 | 1010101 | 11001100 | 11100 | 111010 | 0 | 10100 | 100001111 | 110110 | 111001 |
Color Harmonies of #9355CC
Complementary color
Monochromatic Colors of #9355CC
Black with #9355CC
Text Example
Text Example
White with #9355CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355CC; }
p { color: rgb(147,85,204); }
H1.HeaderClassName
{
color: #9355CC;
}
.AnyTagClassName
{
color: #9355CC;
}
</style>
background-color css
<style>
a { background-color: #9355CC; }
a { background-color: rgb(147,85,204); }
div.DivClassName
{
background-color: #9355CC;
}
.BgClassName
{
background-color: #9355CC;
}
</style>
border-color css
<style>
span { border-color: #9355CC; }
span { border-color: rgb(147,85,204); }
td.TdClassName
{
border-color: #9355CC;
}
.TagClassName
{
border-color: #9355CC;
}
</style>