Shades of Amethyst #935EDB
Tints of Amethyst #935EDB
RGB
CMYK
RGB Variations
Color information
#935EDB (or 0x935EDB) is known color: Amethyst. HEX triplet: 93, 5E and DB. RGB value is (147,94,219). Sum of RGB (Red+Green+Blue) = 147+94+219=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #935EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EDB is #6CA124. Grayscale: #7B7B7B. Windows color (decimal): -7119141 or 14376595. OLE color: 14376595.
HSL color Cylindrical-coordinate representation of color #935EDB: hue angle of 265.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #935EDB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 94 | 219 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.14 |
| HSL | 265.44º | 0.63% | 0.61% | - |
| HSV(B) | 265.44º | 0.57% | 0.86% | - |
| XYZ | 28.82 | 19.32 | 69.23 | - |
| YUV | 124.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 219 | 0.33 | 0.57 | 0 | 0.14 | 265.44 | 0.63 | 0.61 |
| Hex | 93 | 5E | DB | 21 | 39 | 0 | E | 109 | 3F | 3D |
| Octal | 223 | 136 | 333 | 41 | 71 | 0 | 16 | 411 | 77 | 75 |
| Binary | 10010011 | 1011110 | 11011011 | 100001 | 111001 | 0 | 1110 | 100001001 | 111111 | 111101 |
Color Harmonies of #935EDB
Complementary color
Monochromatic Colors of #935EDB
Black with #935EDB
Text Example
Text Example
White with #935EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935EDB; }
p { color: rgb(147,94,219); }
H1.HeaderClassName
{
color: #935EDB;
}
.AnyTagClassName
{
color: #935EDB;
}
</style>
background-color css
<style>
a { background-color: #935EDB; }
a { background-color: rgb(147,94,219); }
div.DivClassName
{
background-color: #935EDB;
}
.BgClassName
{
background-color: #935EDB;
}
</style>
border-color css
<style>
span { border-color: #935EDB; }
span { border-color: rgb(147,94,219); }
td.TdClassName
{
border-color: #935EDB;
}
.TagClassName
{
border-color: #935EDB;
}
</style>