Shades of Amethyst #945FDB
Tints of Amethyst #945FDB
RGB
CMYK
RGB Variations
Color information
#945FDB (or 0x945FDB) is known color: Amethyst. HEX triplet: 94, 5F and DB. RGB value is (148,95,219). Sum of RGB (Red+Green+Blue) = 148+95+219=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #945FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDB is #6BA024. Grayscale: #7C7C7C. Windows color (decimal): -7053349 or 14376852. OLE color: 14376852.
HSL color Cylindrical-coordinate representation of color #945FDB: hue angle of 265.65º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945FDB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 95 | 219 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.14 |
| HSL | 265.65º | 0.63% | 0.62% | - |
| HSV(B) | 265.65º | 0.57% | 0.86% | - |
| XYZ | 29.09 | 19.59 | 69.27 | - |
| YUV | 124.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 219 | 0.32 | 0.57 | 0 | 0.14 | 265.65 | 0.63 | 0.62 |
| Hex | 94 | 5F | DB | 20 | 39 | 0 | E | 10A | 3F | 3E |
| Octal | 224 | 137 | 333 | 40 | 71 | 0 | 16 | 412 | 77 | 76 |
| Binary | 10010100 | 1011111 | 11011011 | 100000 | 111001 | 0 | 1110 | 100001010 | 111111 | 111110 |
Color Harmonies of #945FDB
Complementary color
Monochromatic Colors of #945FDB
Black with #945FDB
Text Example
Text Example
White with #945FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FDB; }
p { color: rgb(148,95,219); }
H1.HeaderClassName
{
color: #945FDB;
}
.AnyTagClassName
{
color: #945FDB;
}
</style>
background-color css
<style>
a { background-color: #945FDB; }
a { background-color: rgb(148,95,219); }
div.DivClassName
{
background-color: #945FDB;
}
.BgClassName
{
background-color: #945FDB;
}
</style>
border-color css
<style>
span { border-color: #945FDB; }
span { border-color: rgb(148,95,219); }
td.TdClassName
{
border-color: #945FDB;
}
.TagClassName
{
border-color: #945FDB;
}
</style>