Shades of Amethyst #945BDD
Tints of Amethyst #945BDD
RGB
CMYK
RGB Variations
Color information
#945BDD (or 0x945BDD) is known color: Amethyst. HEX triplet: 94, 5B and DD. RGB value is (148,91,221). Sum of RGB (Red+Green+Blue) = 148+91+221=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #945BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BDD is #6BA422. Grayscale: #7A7A7A. Windows color (decimal): -7054371 or 14506900. OLE color: 14506900.
HSL color Cylindrical-coordinate representation of color #945BDD: hue angle of 266.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #945BDD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 91 | 221 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.31º | 0.66% | 0.61% | - |
| HSV(B) | 266.31º | 0.59% | 0.87% | - |
| XYZ | 29 | 19 | 70.54 | - |
| YUV | 122.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 221 | 0.33 | 0.59 | 0 | 0.13 | 266.31 | 0.66 | 0.61 |
| Hex | 94 | 5B | DD | 21 | 3B | 0 | D | 10A | 42 | 3D |
| Octal | 224 | 133 | 335 | 41 | 73 | 0 | 15 | 412 | 102 | 75 |
| Binary | 10010100 | 1011011 | 11011101 | 100001 | 111011 | 0 | 1101 | 100001010 | 1000010 | 111101 |
Color Harmonies of #945BDD
Complementary color
Monochromatic Colors of #945BDD
Black with #945BDD
Text Example
Text Example
White with #945BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BDD; }
p { color: rgb(148,91,221); }
H1.HeaderClassName
{
color: #945BDD;
}
.AnyTagClassName
{
color: #945BDD;
}
</style>
background-color css
<style>
a { background-color: #945BDD; }
a { background-color: rgb(148,91,221); }
div.DivClassName
{
background-color: #945BDD;
}
.BgClassName
{
background-color: #945BDD;
}
</style>
border-color css
<style>
span { border-color: #945BDD; }
span { border-color: rgb(148,91,221); }
td.TdClassName
{
border-color: #945BDD;
}
.TagClassName
{
border-color: #945BDD;
}
</style>