Shades of Amethyst #935ED6
Tints of Amethyst #935ED6
RGB
CMYK
RGB Variations
Color information
#935ED6 (or 0x935ED6) is known color: Amethyst. HEX triplet: 93, 5E and D6. RGB value is (147,94,214). Sum of RGB (Red+Green+Blue) = 147+94+214=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #935ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ED6 is #6CA129. Grayscale: #7B7B7B. Windows color (decimal): -7119146 or 14048915. OLE color: 14048915.
HSL color Cylindrical-coordinate representation of color #935ED6: hue angle of 266.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935ED6 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 94 | 214 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.16 |
| HSL | 266.5º | 0.59% | 0.6% | - |
| HSV(B) | 266.5º | 0.56% | 0.84% | - |
| XYZ | 28.17 | 19.06 | 65.81 | - |
| YUV | 123.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 214 | 0.31 | 0.56 | 0 | 0.16 | 266.5 | 0.59 | 0.6 |
| Hex | 93 | 5E | D6 | 1F | 38 | 0 | 10 | 10A | 3B | 3C |
| Octal | 223 | 136 | 326 | 37 | 70 | 0 | 20 | 412 | 73 | 74 |
| Binary | 10010011 | 1011110 | 11010110 | 11111 | 111000 | 0 | 10000 | 100001010 | 111011 | 111100 |
Color Harmonies of #935ED6
Complementary color
Monochromatic Colors of #935ED6
Black with #935ED6
Text Example
Text Example
White with #935ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935ED6; }
p { color: rgb(147,94,214); }
H1.HeaderClassName
{
color: #935ED6;
}
.AnyTagClassName
{
color: #935ED6;
}
</style>
background-color css
<style>
a { background-color: #935ED6; }
a { background-color: rgb(147,94,214); }
div.DivClassName
{
background-color: #935ED6;
}
.BgClassName
{
background-color: #935ED6;
}
</style>
border-color css
<style>
span { border-color: #935ED6; }
span { border-color: rgb(147,94,214); }
td.TdClassName
{
border-color: #935ED6;
}
.TagClassName
{
border-color: #935ED6;
}
</style>