Shades of Amethyst #935CDB
Tints of Amethyst #935CDB
RGB
CMYK
RGB Variations
Color information
#935CDB (or 0x935CDB) is known color: Amethyst. HEX triplet: 93, 5C and DB. RGB value is (147,92,219). Sum of RGB (Red+Green+Blue) = 147+92+219=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #935CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CDB is #6CA324. Grayscale: #7A7A7A. Windows color (decimal): -7119653 or 14376083. OLE color: 14376083.
HSL color Cylindrical-coordinate representation of color #935CDB: hue angle of 265.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #935CDB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 92 | 219 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.14 |
| HSL | 265.98º | 0.64% | 0.61% | - |
| HSV(B) | 265.98º | 0.58% | 0.86% | - |
| XYZ | 28.65 | 18.97 | 69.17 | - |
| YUV | 122.92 | 182.22 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 219 | 0.33 | 0.58 | 0 | 0.14 | 265.98 | 0.64 | 0.61 |
| Hex | 93 | 5C | DB | 21 | 3A | 0 | E | 10A | 40 | 3D |
| Octal | 223 | 134 | 333 | 41 | 72 | 0 | 16 | 412 | 100 | 75 |
| Binary | 10010011 | 1011100 | 11011011 | 100001 | 111010 | 0 | 1110 | 100001010 | 1000000 | 111101 |
Color Harmonies of #935CDB
Complementary color
Monochromatic Colors of #935CDB
Black with #935CDB
Text Example
Text Example
White with #935CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935CDB; }
p { color: rgb(147,92,219); }
H1.HeaderClassName
{
color: #935CDB;
}
.AnyTagClassName
{
color: #935CDB;
}
</style>
background-color css
<style>
a { background-color: #935CDB; }
a { background-color: rgb(147,92,219); }
div.DivClassName
{
background-color: #935CDB;
}
.BgClassName
{
background-color: #935CDB;
}
</style>
border-color css
<style>
span { border-color: #935CDB; }
span { border-color: rgb(147,92,219); }
td.TdClassName
{
border-color: #935CDB;
}
.TagClassName
{
border-color: #935CDB;
}
</style>