Shades of Amethyst #9354D3
Tints of Amethyst #9354D3
RGB
CMYK
RGB Variations
Color information
#9354D3 (or 0x9354D3) is known color: Amethyst. HEX triplet: 93, 54 and D3. RGB value is (147,84,211). Sum of RGB (Red+Green+Blue) = 147+84+211=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #9354D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354D3 is #6CAB2C. Grayscale: #747474. Windows color (decimal): -7121709 or 13849747. OLE color: 13849747.
HSL color Cylindrical-coordinate representation of color #9354D3: hue angle of 269.76º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9354D3 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 84 | 211 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.17 |
| HSL | 269.76º | 0.59% | 0.58% | - |
| HSV(B) | 269.76º | 0.6% | 0.83% | - |
| XYZ | 26.96 | 17.25 | 63.54 | - |
| YUV | 117.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 211 | 0.30 | 0.60 | 0 | 0.17 | 269.76 | 0.59 | 0.58 |
| Hex | 93 | 54 | D3 | 1E | 3C | 0 | 11 | 10E | 3B | 3A |
| Octal | 223 | 124 | 323 | 36 | 74 | 0 | 21 | 416 | 73 | 72 |
| Binary | 10010011 | 1010100 | 11010011 | 11110 | 111100 | 0 | 10001 | 100001110 | 111011 | 111010 |
Color Harmonies of #9354D3
Complementary color
Monochromatic Colors of #9354D3
Black with #9354D3
Text Example
Text Example
White with #9354D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9354D3; }
p { color: rgb(147,84,211); }
H1.HeaderClassName
{
color: #9354D3;
}
.AnyTagClassName
{
color: #9354D3;
}
</style>
background-color css
<style>
a { background-color: #9354D3; }
a { background-color: rgb(147,84,211); }
div.DivClassName
{
background-color: #9354D3;
}
.BgClassName
{
background-color: #9354D3;
}
</style>
border-color css
<style>
span { border-color: #9354D3; }
span { border-color: rgb(147,84,211); }
td.TdClassName
{
border-color: #9354D3;
}
.TagClassName
{
border-color: #9354D3;
}
</style>