Shades of Amethyst #9351D8
Tints of Amethyst #9351D8
RGB
CMYK
RGB Variations
Color information
#9351D8 (or 0x9351D8) is known color: Amethyst. HEX triplet: 93, 51 and D8. RGB value is (147,81,216). Sum of RGB (Red+Green+Blue) = 147+81+216=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #9351D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351D8 is #6CAE27. Grayscale: #737373. Windows color (decimal): -7122472 or 14176659. OLE color: 14176659.
HSL color Cylindrical-coordinate representation of color #9351D8: hue angle of 269.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9351D8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 81 | 216 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.15 |
| HSL | 269.33º | 0.63% | 0.58% | - |
| HSV(B) | 269.33º | 0.63% | 0.85% | - |
| XYZ | 27.37 | 17.05 | 66.81 | - |
| YUV | 116.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 216 | 0.32 | 0.62 | 0 | 0.15 | 269.33 | 0.63 | 0.58 |
| Hex | 93 | 51 | D8 | 20 | 3E | 0 | F | 10D | 3F | 3A |
| Octal | 223 | 121 | 330 | 40 | 76 | 0 | 17 | 415 | 77 | 72 |
| Binary | 10010011 | 1010001 | 11011000 | 100000 | 111110 | 0 | 1111 | 100001101 | 111111 | 111010 |
Color Harmonies of #9351D8
Complementary color
Monochromatic Colors of #9351D8
Black with #9351D8
Text Example
Text Example
White with #9351D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351D8; }
p { color: rgb(147,81,216); }
H1.HeaderClassName
{
color: #9351D8;
}
.AnyTagClassName
{
color: #9351D8;
}
</style>
background-color css
<style>
a { background-color: #9351D8; }
a { background-color: rgb(147,81,216); }
div.DivClassName
{
background-color: #9351D8;
}
.BgClassName
{
background-color: #9351D8;
}
</style>
border-color css
<style>
span { border-color: #9351D8; }
span { border-color: rgb(147,81,216); }
td.TdClassName
{
border-color: #9351D8;
}
.TagClassName
{
border-color: #9351D8;
}
</style>