Shades of Amethyst #9350D6
Tints of Amethyst #9350D6
RGB
CMYK
RGB Variations
Color information
#9350D6 (or 0x9350D6) is known color: Amethyst. HEX triplet: 93, 50 and D6. RGB value is (147,80,214). Sum of RGB (Red+Green+Blue) = 147+80+214=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #9350D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350D6 is #6CAF29. Grayscale: #727272. Windows color (decimal): -7122730 or 14045331. OLE color: 14045331.
HSL color Cylindrical-coordinate representation of color #9350D6: hue angle of 270º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9350D6 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 80 | 214 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.16 |
| HSL | 270º | 0.62% | 0.58% | - |
| HSV(B) | 270º | 0.63% | 0.84% | - |
| XYZ | 27.04 | 16.8 | 65.44 | - |
| YUV | 115.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 214 | 0.31 | 0.63 | 0 | 0.16 | 270 | 0.62 | 0.58 |
| Hex | 93 | 50 | D6 | 1F | 3F | 0 | 10 | 10E | 3E | 3A |
| Octal | 223 | 120 | 326 | 37 | 77 | 0 | 20 | 416 | 76 | 72 |
| Binary | 10010011 | 1010000 | 11010110 | 11111 | 111111 | 0 | 10000 | 100001110 | 111110 | 111010 |
Color Harmonies of #9350D6
Complementary color
Monochromatic Colors of #9350D6
Black with #9350D6
Text Example
Text Example
White with #9350D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350D6; }
p { color: rgb(147,80,214); }
H1.HeaderClassName
{
color: #9350D6;
}
.AnyTagClassName
{
color: #9350D6;
}
</style>
background-color css
<style>
a { background-color: #9350D6; }
a { background-color: rgb(147,80,214); }
div.DivClassName
{
background-color: #9350D6;
}
.BgClassName
{
background-color: #9350D6;
}
</style>
border-color css
<style>
span { border-color: #9350D6; }
span { border-color: rgb(147,80,214); }
td.TdClassName
{
border-color: #9350D6;
}
.TagClassName
{
border-color: #9350D6;
}
</style>