Shades of Amethyst #935DD0
Tints of Amethyst #935DD0
RGB
CMYK
RGB Variations
Color information
#935DD0 (or 0x935DD0) is known color: Amethyst. HEX triplet: 93, 5D and D0. RGB value is (147,93,208). Sum of RGB (Red+Green+Blue) = 147+93+208=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #935DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DD0 is #6CA22F. Grayscale: #797979. Windows color (decimal): -7119408 or 13655443. OLE color: 13655443.
HSL color Cylindrical-coordinate representation of color #935DD0: hue angle of 268.17º 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 #935DD0 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 93 | 208 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.18 |
| HSL | 268.17º | 0.55% | 0.59% | - |
| HSV(B) | 268.17º | 0.55% | 0.82% | - |
| XYZ | 27.33 | 18.59 | 61.82 | - |
| YUV | 122.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 208 | 0.29 | 0.55 | 0 | 0.18 | 268.17 | 0.55 | 0.59 |
| Hex | 93 | 5D | D0 | 1D | 37 | 0 | 12 | 10C | 37 | 3B |
| Octal | 223 | 135 | 320 | 35 | 67 | 0 | 22 | 414 | 67 | 73 |
| Binary | 10010011 | 1011101 | 11010000 | 11101 | 110111 | 0 | 10010 | 100001100 | 110111 | 111011 |
Color Harmonies of #935DD0
Complementary color
Monochromatic Colors of #935DD0
Black with #935DD0
Text Example
Text Example
White with #935DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DD0; }
p { color: rgb(147,93,208); }
H1.HeaderClassName
{
color: #935DD0;
}
.AnyTagClassName
{
color: #935DD0;
}
</style>
background-color css
<style>
a { background-color: #935DD0; }
a { background-color: rgb(147,93,208); }
div.DivClassName
{
background-color: #935DD0;
}
.BgClassName
{
background-color: #935DD0;
}
</style>
border-color css
<style>
span { border-color: #935DD0; }
span { border-color: rgb(147,93,208); }
td.TdClassName
{
border-color: #935DD0;
}
.TagClassName
{
border-color: #935DD0;
}
</style>