Shades of Amethyst #945BDA
Tints of Amethyst #945BDA
RGB
CMYK
RGB Variations
Color information
#945BDA (or 0x945BDA) is known color: Amethyst. HEX triplet: 94, 5B and DA. RGB value is (148,91,218). Sum of RGB (Red+Green+Blue) = 148+91+218=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #945BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BDA is #6BA425. Grayscale: #7A7A7A. Windows color (decimal): -7054374 or 14310292. OLE color: 14310292.
HSL color Cylindrical-coordinate representation of color #945BDA: hue angle of 266.93º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945BDA is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 91 | 218 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.15 |
| HSL | 266.93º | 0.63% | 0.61% | - |
| HSV(B) | 266.93º | 0.58% | 0.85% | - |
| XYZ | 28.61 | 18.84 | 68.46 | - |
| YUV | 122.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 218 | 0.32 | 0.58 | 0 | 0.15 | 266.93 | 0.63 | 0.61 |
| Hex | 94 | 5B | DA | 20 | 3A | 0 | F | 10B | 3F | 3D |
| Octal | 224 | 133 | 332 | 40 | 72 | 0 | 17 | 413 | 77 | 75 |
| Binary | 10010100 | 1011011 | 11011010 | 100000 | 111010 | 0 | 1111 | 100001011 | 111111 | 111101 |
Color Harmonies of #945BDA
Complementary color
Monochromatic Colors of #945BDA
Black with #945BDA
Text Example
Text Example
White with #945BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BDA; }
p { color: rgb(148,91,218); }
H1.HeaderClassName
{
color: #945BDA;
}
.AnyTagClassName
{
color: #945BDA;
}
</style>
background-color css
<style>
a { background-color: #945BDA; }
a { background-color: rgb(148,91,218); }
div.DivClassName
{
background-color: #945BDA;
}
.BgClassName
{
background-color: #945BDA;
}
</style>
border-color css
<style>
span { border-color: #945BDA; }
span { border-color: rgb(148,91,218); }
td.TdClassName
{
border-color: #945BDA;
}
.TagClassName
{
border-color: #945BDA;
}
</style>