Shades of Amethyst #945FCD
Tints of Amethyst #945FCD
RGB
CMYK
RGB Variations
Color information
#945FCD (or 0x945FCD) is known color: Amethyst. HEX triplet: 94, 5F and CD. RGB value is (148,95,205). Sum of RGB (Red+Green+Blue) = 148+95+205=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #945FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FCD is #6BA032. Grayscale: #7A7A7A. Windows color (decimal): -7053363 or 13459348. OLE color: 13459348.
HSL color Cylindrical-coordinate representation of color #945FCD: hue angle of 268.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945FCD is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 95 | 205 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.20 |
| HSL | 268.91º | 0.52% | 0.59% | - |
| HSV(B) | 268.91º | 0.54% | 0.8% | - |
| XYZ | 27.32 | 18.89 | 59.96 | - |
| YUV | 123.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 205 | 0.28 | 0.54 | 0 | 0.20 | 268.91 | 0.52 | 0.59 |
| Hex | 94 | 5F | CD | 1C | 36 | 0 | 14 | 10D | 34 | 3B |
| Octal | 224 | 137 | 315 | 34 | 66 | 0 | 24 | 415 | 64 | 73 |
| Binary | 10010100 | 1011111 | 11001101 | 11100 | 110110 | 0 | 10100 | 100001101 | 110100 | 111011 |
Color Harmonies of #945FCD
Complementary color
Monochromatic Colors of #945FCD
Black with #945FCD
Text Example
Text Example
White with #945FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FCD; }
p { color: rgb(148,95,205); }
H1.HeaderClassName
{
color: #945FCD;
}
.AnyTagClassName
{
color: #945FCD;
}
</style>
background-color css
<style>
a { background-color: #945FCD; }
a { background-color: rgb(148,95,205); }
div.DivClassName
{
background-color: #945FCD;
}
.BgClassName
{
background-color: #945FCD;
}
</style>
border-color css
<style>
span { border-color: #945FCD; }
span { border-color: rgb(148,95,205); }
td.TdClassName
{
border-color: #945FCD;
}
.TagClassName
{
border-color: #945FCD;
}
</style>