Shades of Amethyst #945ECB
Tints of Amethyst #945ECB
RGB
CMYK
RGB Variations
Color information
#945ECB (or 0x945ECB) is known color: Amethyst. HEX triplet: 94, 5E and CB. RGB value is (148,94,203). Sum of RGB (Red+Green+Blue) = 148+94+203=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 94 (37.11% from 255 or 21.12% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #945ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ECB is #6BA134. Grayscale: #7A7A7A. Windows color (decimal): -7053621 or 13328020. OLE color: 13328020.
HSL color Cylindrical-coordinate representation of color #945ECB: hue angle of 269.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945ECB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 94 | 203 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.20 |
| HSL | 269.72º | 0.51% | 0.58% | - |
| HSV(B) | 269.72º | 0.54% | 0.8% | - |
| XYZ | 26.99 | 18.61 | 58.67 | - |
| YUV | 122.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 203 | 0.27 | 0.54 | 0 | 0.20 | 269.72 | 0.51 | 0.58 |
| Hex | 94 | 5E | CB | 1B | 36 | 0 | 14 | 10E | 33 | 3A |
| Octal | 224 | 136 | 313 | 33 | 66 | 0 | 24 | 416 | 63 | 72 |
| Binary | 10010100 | 1011110 | 11001011 | 11011 | 110110 | 0 | 10100 | 100001110 | 110011 | 111010 |
Color Harmonies of #945ECB
Complementary color
Monochromatic Colors of #945ECB
Black with #945ECB
Text Example
Text Example
White with #945ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945ECB; }
p { color: rgb(148,94,203); }
H1.HeaderClassName
{
color: #945ECB;
}
.AnyTagClassName
{
color: #945ECB;
}
</style>
background-color css
<style>
a { background-color: #945ECB; }
a { background-color: rgb(148,94,203); }
div.DivClassName
{
background-color: #945ECB;
}
.BgClassName
{
background-color: #945ECB;
}
</style>
border-color css
<style>
span { border-color: #945ECB; }
span { border-color: rgb(148,94,203); }
td.TdClassName
{
border-color: #945ECB;
}
.TagClassName
{
border-color: #945ECB;
}
</style>