Shades of Amethyst #945CDB
Tints of Amethyst #945CDB
RGB
CMYK
RGB Variations
Color information
#945CDB (or 0x945CDB) is known color: Amethyst. HEX triplet: 94, 5C and DB. RGB value is (148,92,219). Sum of RGB (Red+Green+Blue) = 148+92+219=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #945CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CDB is #6BA324. Grayscale: #7A7A7A. Windows color (decimal): -7054117 or 14376084. OLE color: 14376084.
HSL color Cylindrical-coordinate representation of color #945CDB: hue angle of 266.46º 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 #945CDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 92 | 219 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 266.46º | 0.64% | 0.61% | - |
| HSV(B) | 266.46º | 0.58% | 0.86% | - |
| XYZ | 28.83 | 19.06 | 69.18 | - |
| YUV | 123.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 92 | 219 | 0.32 | 0.58 | 0 | 0.14 | 266.46 | 0.64 | 0.61 |
| Hex | 94 | 5C | DB | 20 | 3A | 0 | E | 10A | 40 | 3D |
| Octal | 224 | 134 | 333 | 40 | 72 | 0 | 16 | 412 | 100 | 75 |
| Binary | 10010100 | 1011100 | 11011011 | 100000 | 111010 | 0 | 1110 | 100001010 | 1000000 | 111101 |
Color Harmonies of #945CDB
Complementary color
Monochromatic Colors of #945CDB
Black with #945CDB
Text Example
Text Example
White with #945CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945CDB; }
p { color: rgb(148,92,219); }
H1.HeaderClassName
{
color: #945CDB;
}
.AnyTagClassName
{
color: #945CDB;
}
</style>
background-color css
<style>
a { background-color: #945CDB; }
a { background-color: rgb(148,92,219); }
div.DivClassName
{
background-color: #945CDB;
}
.BgClassName
{
background-color: #945CDB;
}
</style>
border-color css
<style>
span { border-color: #945CDB; }
span { border-color: rgb(148,92,219); }
td.TdClassName
{
border-color: #945CDB;
}
.TagClassName
{
border-color: #945CDB;
}
</style>