Shades of Amethyst #935DD8
Tints of Amethyst #935DD8
RGB
CMYK
RGB Variations
Color information
#935DD8 (or 0x935DD8) is known color: Amethyst. HEX triplet: 93, 5D and D8. RGB value is (147,93,216). Sum of RGB (Red+Green+Blue) = 147+93+216=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #935DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DD8 is #6CA227. Grayscale: #7A7A7A. Windows color (decimal): -7119400 or 14179731. OLE color: 14179731.
HSL color Cylindrical-coordinate representation of color #935DD8: hue angle of 266.34º degrees, saturation: 0.61, 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 #935DD8 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 93 | 216 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.15 |
| HSL | 266.34º | 0.61% | 0.61% | - |
| HSV(B) | 266.34º | 0.57% | 0.85% | - |
| XYZ | 28.34 | 18.99 | 67.14 | - |
| YUV | 123.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 216 | 0.32 | 0.57 | 0 | 0.15 | 266.34 | 0.61 | 0.61 |
| Hex | 93 | 5D | D8 | 20 | 39 | 0 | F | 10A | 3D | 3D |
| Octal | 223 | 135 | 330 | 40 | 71 | 0 | 17 | 412 | 75 | 75 |
| Binary | 10010011 | 1011101 | 11011000 | 100000 | 111001 | 0 | 1111 | 100001010 | 111101 | 111101 |
Color Harmonies of #935DD8
Complementary color
Monochromatic Colors of #935DD8
Black with #935DD8
Text Example
Text Example
White with #935DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DD8; }
p { color: rgb(147,93,216); }
H1.HeaderClassName
{
color: #935DD8;
}
.AnyTagClassName
{
color: #935DD8;
}
</style>
background-color css
<style>
a { background-color: #935DD8; }
a { background-color: rgb(147,93,216); }
div.DivClassName
{
background-color: #935DD8;
}
.BgClassName
{
background-color: #935DD8;
}
</style>
border-color css
<style>
span { border-color: #935DD8; }
span { border-color: rgb(147,93,216); }
td.TdClassName
{
border-color: #935DD8;
}
.TagClassName
{
border-color: #935DD8;
}
</style>