Shades of Amethyst #934EE6
Tints of Amethyst #934EE6
RGB
CMYK
RGB Variations
Color information
#934EE6 (or 0x934EE6) is known color: Amethyst. HEX triplet: 93, 4E and E6. RGB value is (147,78,230). Sum of RGB (Red+Green+Blue) = 147+78+230=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 230 (90.23% from 255 or 50.55% from 455); Max value from RGB is 230 - color contains mainly: blue. Hex color #934EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934EE6 is #6CB119. Grayscale: #737373. Windows color (decimal): -7123226 or 15093395. OLE color: 15093395.
HSL color Cylindrical-coordinate representation of color #934EE6: hue angle of 267.24º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934EE6 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 78 | 230 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.10 |
| HSL | 267.24º | 0.75% | 0.6% | - |
| HSV(B) | 267.24º | 0.66% | 0.9% | - |
| XYZ | 29.04 | 17.36 | 76.68 | - |
| YUV | 115.96 | 192.36 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 230 | 0.36 | 0.66 | 0 | 0.10 | 267.24 | 0.75 | 0.6 |
| Hex | 93 | 4E | E6 | 24 | 42 | 0 | A | 10B | 4B | 3C |
| Octal | 223 | 116 | 346 | 44 | 102 | 0 | 12 | 413 | 113 | 74 |
| Binary | 10010011 | 1001110 | 11100110 | 100100 | 1000010 | 0 | 1010 | 100001011 | 1001011 | 111100 |
Color Harmonies of #934EE6
Complementary color
Monochromatic Colors of #934EE6
Black with #934EE6
Text Example
Text Example
White with #934EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EE6; }
p { color: rgb(147,78,230); }
H1.HeaderClassName
{
color: #934EE6;
}
.AnyTagClassName
{
color: #934EE6;
}
</style>
background-color css
<style>
a { background-color: #934EE6; }
a { background-color: rgb(147,78,230); }
div.DivClassName
{
background-color: #934EE6;
}
.BgClassName
{
background-color: #934EE6;
}
</style>
border-color css
<style>
span { border-color: #934EE6; }
span { border-color: rgb(147,78,230); }
td.TdClassName
{
border-color: #934EE6;
}
.TagClassName
{
border-color: #934EE6;
}
</style>