Shades of Amethyst #934ED2
Tints of Amethyst #934ED2
RGB
CMYK
RGB Variations
Color information
#934ED2 (or 0x934ED2) is known color: Amethyst. HEX triplet: 93, 4E and D2. RGB value is (147,78,210). Sum of RGB (Red+Green+Blue) = 147+78+210=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #934ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934ED2 is #6CB12D. Grayscale: #717171. Windows color (decimal): -7123246 or 13782675. OLE color: 13782675.
HSL color Cylindrical-coordinate representation of color #934ED2: hue angle of 271.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934ED2 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 78 | 210 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.18 |
| HSL | 271.36º | 0.59% | 0.56% | - |
| HSV(B) | 271.36º | 0.63% | 0.82% | - |
| XYZ | 26.39 | 16.3 | 62.73 | - |
| YUV | 113.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 210 | 0.30 | 0.63 | 0 | 0.18 | 271.36 | 0.59 | 0.56 |
| Hex | 93 | 4E | D2 | 1E | 3F | 0 | 12 | 10F | 3B | 38 |
| Octal | 223 | 116 | 322 | 36 | 77 | 0 | 22 | 417 | 73 | 70 |
| Binary | 10010011 | 1001110 | 11010010 | 11110 | 111111 | 0 | 10010 | 100001111 | 111011 | 111000 |
Color Harmonies of #934ED2
Complementary color
Monochromatic Colors of #934ED2
Black with #934ED2
Text Example
Text Example
White with #934ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934ED2; }
p { color: rgb(147,78,210); }
H1.HeaderClassName
{
color: #934ED2;
}
.AnyTagClassName
{
color: #934ED2;
}
</style>
background-color css
<style>
a { background-color: #934ED2; }
a { background-color: rgb(147,78,210); }
div.DivClassName
{
background-color: #934ED2;
}
.BgClassName
{
background-color: #934ED2;
}
</style>
border-color css
<style>
span { border-color: #934ED2; }
span { border-color: rgb(147,78,210); }
td.TdClassName
{
border-color: #934ED2;
}
.TagClassName
{
border-color: #934ED2;
}
</style>