Shades of Amethyst #934BDB
Tints of Amethyst #934BDB
RGB
CMYK
RGB Variations
Color information
#934BDB (or 0x934BDB) is known color: Amethyst. HEX triplet: 93, 4B and DB. RGB value is (147,75,219). Sum of RGB (Red+Green+Blue) = 147+75+219=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #934BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BDB is #6CB424. Grayscale: #707070. Windows color (decimal): -7124005 or 14371731. OLE color: 14371731.
HSL color Cylindrical-coordinate representation of color #934BDB: hue angle of 270º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #934BDB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 75 | 219 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.14 |
| HSL | 270º | 0.67% | 0.58% | - |
| HSV(B) | 270º | 0.66% | 0.86% | - |
| XYZ | 27.33 | 16.35 | 68.73 | - |
| YUV | 112.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 219 | 0.33 | 0.66 | 0 | 0.14 | 270 | 0.67 | 0.58 |
| Hex | 93 | 4B | DB | 21 | 42 | 0 | E | 10E | 43 | 3A |
| Octal | 223 | 113 | 333 | 41 | 102 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010011 | 1001011 | 11011011 | 100001 | 1000010 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #934BDB
Complementary color
Monochromatic Colors of #934BDB
Black with #934BDB
Text Example
Text Example
White with #934BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934BDB; }
p { color: rgb(147,75,219); }
H1.HeaderClassName
{
color: #934BDB;
}
.AnyTagClassName
{
color: #934BDB;
}
</style>
background-color css
<style>
a { background-color: #934BDB; }
a { background-color: rgb(147,75,219); }
div.DivClassName
{
background-color: #934BDB;
}
.BgClassName
{
background-color: #934BDB;
}
</style>
border-color css
<style>
span { border-color: #934BDB; }
span { border-color: rgb(147,75,219); }
td.TdClassName
{
border-color: #934BDB;
}
.TagClassName
{
border-color: #934BDB;
}
</style>