Shades of Amethyst #945DC7
Tints of Amethyst #945DC7
RGB
CMYK
RGB Variations
Color information
#945DC7 (or 0x945DC7) is known color: Amethyst. HEX triplet: 94, 5D and C7. RGB value is (148,93,199). Sum of RGB (Red+Green+Blue) = 148+93+199=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #945DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DC7 is #6BA238. Grayscale: #797979. Windows color (decimal): -7053881 or 13065620. OLE color: 13065620.
HSL color Cylindrical-coordinate representation of color #945DC7: hue angle of 271.13º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945DC7 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 93 | 199 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.22 |
| HSL | 271.13º | 0.49% | 0.57% | - |
| HSV(B) | 271.13º | 0.53% | 0.78% | - |
| XYZ | 26.44 | 18.25 | 56.16 | - |
| YUV | 121.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 199 | 0.26 | 0.53 | 0 | 0.22 | 271.13 | 0.49 | 0.57 |
| Hex | 94 | 5D | C7 | 1A | 35 | 0 | 16 | 10F | 31 | 39 |
| Octal | 224 | 135 | 307 | 32 | 65 | 0 | 26 | 417 | 61 | 71 |
| Binary | 10010100 | 1011101 | 11000111 | 11010 | 110101 | 0 | 10110 | 100001111 | 110001 | 111001 |
Color Harmonies of #945DC7
Complementary color
Monochromatic Colors of #945DC7
Black with #945DC7
Text Example
Text Example
White with #945DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DC7; }
p { color: rgb(148,93,199); }
H1.HeaderClassName
{
color: #945DC7;
}
.AnyTagClassName
{
color: #945DC7;
}
</style>
background-color css
<style>
a { background-color: #945DC7; }
a { background-color: rgb(148,93,199); }
div.DivClassName
{
background-color: #945DC7;
}
.BgClassName
{
background-color: #945DC7;
}
</style>
border-color css
<style>
span { border-color: #945DC7; }
span { border-color: rgb(148,93,199); }
td.TdClassName
{
border-color: #945DC7;
}
.TagClassName
{
border-color: #945DC7;
}
</style>