Shades of Amethyst #935ED8
Tints of Amethyst #935ED8
RGB
CMYK
RGB Variations
Color information
#935ED8 (or 0x935ED8) is known color: Amethyst. HEX triplet: 93, 5E and D8. RGB value is (147,94,216). Sum of RGB (Red+Green+Blue) = 147+94+216=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #935ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ED8 is #6CA127. Grayscale: #7B7B7B. Windows color (decimal): -7119144 or 14179987. OLE color: 14179987.
HSL color Cylindrical-coordinate representation of color #935ED8: hue angle of 266.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935ED8 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 94 | 216 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.15 |
| HSL | 266.07º | 0.61% | 0.61% | - |
| HSV(B) | 266.07º | 0.56% | 0.85% | - |
| XYZ | 28.43 | 19.17 | 67.17 | - |
| YUV | 123.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 216 | 0.32 | 0.56 | 0 | 0.15 | 266.07 | 0.61 | 0.61 |
| Hex | 93 | 5E | D8 | 20 | 38 | 0 | F | 10A | 3D | 3D |
| Octal | 223 | 136 | 330 | 40 | 70 | 0 | 17 | 412 | 75 | 75 |
| Binary | 10010011 | 1011110 | 11011000 | 100000 | 111000 | 0 | 1111 | 100001010 | 111101 | 111101 |
Color Harmonies of #935ED8
Complementary color
Monochromatic Colors of #935ED8
Black with #935ED8
Text Example
Text Example
White with #935ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ED8; }
p { color: rgb(147,94,216); }
H1.HeaderClassName
{
color: #935ED8;
}
.AnyTagClassName
{
color: #935ED8;
}
</style>
background-color css
<style>
a { background-color: #935ED8; }
a { background-color: rgb(147,94,216); }
div.DivClassName
{
background-color: #935ED8;
}
.BgClassName
{
background-color: #935ED8;
}
</style>
border-color css
<style>
span { border-color: #935ED8; }
span { border-color: rgb(147,94,216); }
td.TdClassName
{
border-color: #935ED8;
}
.TagClassName
{
border-color: #935ED8;
}
</style>