Shades of Amethyst #9355DA
Tints of Amethyst #9355DA
RGB
CMYK
RGB Variations
Color information
#9355DA (or 0x9355DA) is known color: Amethyst. HEX triplet: 93, 55 and DA. RGB value is (147,85,218). Sum of RGB (Red+Green+Blue) = 147+85+218=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #9355DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355DA is #6CAA25. Grayscale: #767676. Windows color (decimal): -7121446 or 14308755. OLE color: 14308755.
HSL color Cylindrical-coordinate representation of color #9355DA: hue angle of 267.97º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9355DA is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 85 | 218 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.15 |
| HSL | 267.97º | 0.64% | 0.59% | - |
| HSV(B) | 267.97º | 0.61% | 0.85% | - |
| XYZ | 27.94 | 17.76 | 68.29 | - |
| YUV | 118.7 | 184.04 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 218 | 0.33 | 0.61 | 0 | 0.15 | 267.97 | 0.64 | 0.59 |
| Hex | 93 | 55 | DA | 21 | 3D | 0 | F | 10C | 40 | 3B |
| Octal | 223 | 125 | 332 | 41 | 75 | 0 | 17 | 414 | 100 | 73 |
| Binary | 10010011 | 1010101 | 11011010 | 100001 | 111101 | 0 | 1111 | 100001100 | 1000000 | 111011 |
Color Harmonies of #9355DA
Complementary color
Monochromatic Colors of #9355DA
Black with #9355DA
Text Example
Text Example
White with #9355DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355DA; }
p { color: rgb(147,85,218); }
H1.HeaderClassName
{
color: #9355DA;
}
.AnyTagClassName
{
color: #9355DA;
}
</style>
background-color css
<style>
a { background-color: #9355DA; }
a { background-color: rgb(147,85,218); }
div.DivClassName
{
background-color: #9355DA;
}
.BgClassName
{
background-color: #9355DA;
}
</style>
border-color css
<style>
span { border-color: #9355DA; }
span { border-color: rgb(147,85,218); }
td.TdClassName
{
border-color: #9355DA;
}
.TagClassName
{
border-color: #9355DA;
}
</style>