Shades of Amethyst #935EDA
Tints of Amethyst #935EDA
RGB
CMYK
RGB Variations
Color information
#935EDA (or 0x935EDA) is known color: Amethyst. HEX triplet: 93, 5E and DA. RGB value is (147,94,218). Sum of RGB (Red+Green+Blue) = 147+94+218=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #935EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EDA is #6CA125. Grayscale: #7B7B7B. Windows color (decimal): -7119142 or 14311059. OLE color: 14311059.
HSL color Cylindrical-coordinate representation of color #935EDA: hue angle of 265.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935EDA is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 94 | 218 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.15 |
| HSL | 265.65º | 0.63% | 0.61% | - |
| HSV(B) | 265.65º | 0.57% | 0.85% | - |
| XYZ | 28.69 | 19.27 | 68.54 | - |
| YUV | 123.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 218 | 0.33 | 0.57 | 0 | 0.15 | 265.65 | 0.63 | 0.61 |
| Hex | 93 | 5E | DA | 21 | 39 | 0 | F | 10A | 3F | 3D |
| Octal | 223 | 136 | 332 | 41 | 71 | 0 | 17 | 412 | 77 | 75 |
| Binary | 10010011 | 1011110 | 11011010 | 100001 | 111001 | 0 | 1111 | 100001010 | 111111 | 111101 |
Color Harmonies of #935EDA
Complementary color
Monochromatic Colors of #935EDA
Black with #935EDA
Text Example
Text Example
White with #935EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EDA; }
p { color: rgb(147,94,218); }
H1.HeaderClassName
{
color: #935EDA;
}
.AnyTagClassName
{
color: #935EDA;
}
</style>
background-color css
<style>
a { background-color: #935EDA; }
a { background-color: rgb(147,94,218); }
div.DivClassName
{
background-color: #935EDA;
}
.BgClassName
{
background-color: #935EDA;
}
</style>
border-color css
<style>
span { border-color: #935EDA; }
span { border-color: rgb(147,94,218); }
td.TdClassName
{
border-color: #935EDA;
}
.TagClassName
{
border-color: #935EDA;
}
</style>