Shades of Amethyst #935ED0
Tints of Amethyst #935ED0
RGB
CMYK
RGB Variations
Color information
#935ED0 (or 0x935ED0) is known color: Amethyst. HEX triplet: 93, 5E and D0. RGB value is (147,94,208). Sum of RGB (Red+Green+Blue) = 147+94+208=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #935ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ED0 is #6CA12F. Grayscale: #7A7A7A. Windows color (decimal): -7119152 or 13655699. OLE color: 13655699.
HSL color Cylindrical-coordinate representation of color #935ED0: hue angle of 267.89º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #935ED0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 94 | 208 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.18 |
| HSL | 267.89º | 0.55% | 0.59% | - |
| HSV(B) | 267.89º | 0.55% | 0.82% | - |
| XYZ | 27.42 | 18.76 | 61.85 | - |
| YUV | 122.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 208 | 0.29 | 0.55 | 0 | 0.18 | 267.89 | 0.55 | 0.59 |
| Hex | 93 | 5E | D0 | 1D | 37 | 0 | 12 | 10C | 37 | 3B |
| Octal | 223 | 136 | 320 | 35 | 67 | 0 | 22 | 414 | 67 | 73 |
| Binary | 10010011 | 1011110 | 11010000 | 11101 | 110111 | 0 | 10010 | 100001100 | 110111 | 111011 |
Color Harmonies of #935ED0
Complementary color
Monochromatic Colors of #935ED0
Black with #935ED0
Text Example
Text Example
White with #935ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ED0; }
p { color: rgb(147,94,208); }
H1.HeaderClassName
{
color: #935ED0;
}
.AnyTagClassName
{
color: #935ED0;
}
</style>
background-color css
<style>
a { background-color: #935ED0; }
a { background-color: rgb(147,94,208); }
div.DivClassName
{
background-color: #935ED0;
}
.BgClassName
{
background-color: #935ED0;
}
</style>
border-color css
<style>
span { border-color: #935ED0; }
span { border-color: rgb(147,94,208); }
td.TdClassName
{
border-color: #935ED0;
}
.TagClassName
{
border-color: #935ED0;
}
</style>