Shades of Amethyst #9350E6
Tints of Amethyst #9350E6
RGB
CMYK
RGB Variations
Color information
#9350E6 (or 0x9350E6) is known color: Amethyst. HEX triplet: 93, 50 and E6. RGB value is (147,80,230). Sum of RGB (Red+Green+Blue) = 147+80+230=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #9350E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350E6 is #6CAF19. Grayscale: #747474. Windows color (decimal): -7122714 or 15093907. OLE color: 15093907.
HSL color Cylindrical-coordinate representation of color #9350E6: hue angle of 266.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9350E6 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 80 | 230 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.10 |
| HSL | 266.8º | 0.75% | 0.61% | - |
| HSV(B) | 266.8º | 0.65% | 0.9% | - |
| XYZ | 29.18 | 17.65 | 76.73 | - |
| YUV | 117.13 | 191.7 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 230 | 0.36 | 0.65 | 0 | 0.10 | 266.8 | 0.75 | 0.61 |
| Hex | 93 | 50 | E6 | 24 | 41 | 0 | A | 10B | 4B | 3D |
| Octal | 223 | 120 | 346 | 44 | 101 | 0 | 12 | 413 | 113 | 75 |
| Binary | 10010011 | 1010000 | 11100110 | 100100 | 1000001 | 0 | 1010 | 100001011 | 1001011 | 111101 |
Color Harmonies of #9350E6
Complementary color
Monochromatic Colors of #9350E6
Black with #9350E6
Text Example
Text Example
White with #9350E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350E6; }
p { color: rgb(147,80,230); }
H1.HeaderClassName
{
color: #9350E6;
}
.AnyTagClassName
{
color: #9350E6;
}
</style>
background-color css
<style>
a { background-color: #9350E6; }
a { background-color: rgb(147,80,230); }
div.DivClassName
{
background-color: #9350E6;
}
.BgClassName
{
background-color: #9350E6;
}
</style>
border-color css
<style>
span { border-color: #9350E6; }
span { border-color: rgb(147,80,230); }
td.TdClassName
{
border-color: #9350E6;
}
.TagClassName
{
border-color: #9350E6;
}
</style>