Shades of Amethyst #9355CB
Tints of Amethyst #9355CB
RGB
CMYK
RGB Variations
Color information
#9355CB (or 0x9355CB) is known color: Amethyst. HEX triplet: 93, 55 and CB. RGB value is (147,85,203). Sum of RGB (Red+Green+Blue) = 147+85+203=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #9355CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355CB is #6CAA34. Grayscale: #747474. Windows color (decimal): -7121461 or 13325715. OLE color: 13325715.
HSL color Cylindrical-coordinate representation of color #9355CB: hue angle of 271.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9355CB is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 85 | 203 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.20 |
| HSL | 271.53º | 0.53% | 0.56% | - |
| HSV(B) | 271.53º | 0.58% | 0.8% | - |
| XYZ | 26.06 | 17.01 | 58.41 | - |
| YUV | 116.99 | 176.54 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 203 | 0.28 | 0.58 | 0 | 0.20 | 271.53 | 0.53 | 0.56 |
| Hex | 93 | 55 | CB | 1C | 3A | 0 | 14 | 110 | 35 | 38 |
| Octal | 223 | 125 | 313 | 34 | 72 | 0 | 24 | 420 | 65 | 70 |
| Binary | 10010011 | 1010101 | 11001011 | 11100 | 111010 | 0 | 10100 | 100010000 | 110101 | 111000 |
Color Harmonies of #9355CB
Complementary color
Monochromatic Colors of #9355CB
Black with #9355CB
Text Example
Text Example
White with #9355CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355CB; }
p { color: rgb(147,85,203); }
H1.HeaderClassName
{
color: #9355CB;
}
.AnyTagClassName
{
color: #9355CB;
}
</style>
background-color css
<style>
a { background-color: #9355CB; }
a { background-color: rgb(147,85,203); }
div.DivClassName
{
background-color: #9355CB;
}
.BgClassName
{
background-color: #9355CB;
}
</style>
border-color css
<style>
span { border-color: #9355CB; }
span { border-color: rgb(147,85,203); }
td.TdClassName
{
border-color: #9355CB;
}
.TagClassName
{
border-color: #9355CB;
}
</style>