Shades of Amethyst #934FE6
Tints of Amethyst #934FE6
RGB
CMYK
RGB Variations
Color information
#934FE6 (or 0x934FE6) is known color: Amethyst. HEX triplet: 93, 4F and E6. RGB value is (147,79,230). Sum of RGB (Red+Green+Blue) = 147+79+230=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #934FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FE6 is #6CB019. Grayscale: #747474. Windows color (decimal): -7122970 or 15093651. OLE color: 15093651.
HSL color Cylindrical-coordinate representation of color #934FE6: hue angle of 267.02º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934FE6 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 79 | 230 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.10 |
| HSL | 267.02º | 0.75% | 0.61% | - |
| HSV(B) | 267.02º | 0.66% | 0.9% | - |
| XYZ | 29.11 | 17.51 | 76.71 | - |
| YUV | 116.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 230 | 0.36 | 0.66 | 0 | 0.10 | 267.02 | 0.75 | 0.61 |
| Hex | 93 | 4F | E6 | 24 | 42 | 0 | A | 10B | 4B | 3D |
| Octal | 223 | 117 | 346 | 44 | 102 | 0 | 12 | 413 | 113 | 75 |
| Binary | 10010011 | 1001111 | 11100110 | 100100 | 1000010 | 0 | 1010 | 100001011 | 1001011 | 111101 |
Color Harmonies of #934FE6
Complementary color
Monochromatic Colors of #934FE6
Black with #934FE6
Text Example
Text Example
White with #934FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FE6; }
p { color: rgb(147,79,230); }
H1.HeaderClassName
{
color: #934FE6;
}
.AnyTagClassName
{
color: #934FE6;
}
</style>
background-color css
<style>
a { background-color: #934FE6; }
a { background-color: rgb(147,79,230); }
div.DivClassName
{
background-color: #934FE6;
}
.BgClassName
{
background-color: #934FE6;
}
</style>
border-color css
<style>
span { border-color: #934FE6; }
span { border-color: rgb(147,79,230); }
td.TdClassName
{
border-color: #934FE6;
}
.TagClassName
{
border-color: #934FE6;
}
</style>