Shades of Amethyst #945FC0
Tints of Amethyst #945FC0
RGB
CMYK
RGB Variations
Color information
#945FC0 (or 0x945FC0) is known color: Amethyst. HEX triplet: 94, 5F and C0. RGB value is (148,95,192). Sum of RGB (Red+Green+Blue) = 148+95+192=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #945FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FC0 is #6BA03F. Grayscale: #797979. Windows color (decimal): -7053376 or 12607380. OLE color: 12607380.
HSL color Cylindrical-coordinate representation of color #945FC0: hue angle of 272.78º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #945FC0 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 95 | 192 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.25 |
| HSL | 272.78º | 0.43% | 0.56% | - |
| HSV(B) | 272.78º | 0.51% | 0.75% | - |
| XYZ | 25.82 | 18.29 | 52.04 | - |
| YUV | 121.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 95 | 192 | 0.23 | 0.51 | 0 | 0.25 | 272.78 | 0.43 | 0.56 |
| Hex | 94 | 5F | C0 | 17 | 33 | 0 | 19 | 111 | 2B | 38 |
| Octal | 224 | 137 | 300 | 27 | 63 | 0 | 31 | 421 | 53 | 70 |
| Binary | 10010100 | 1011111 | 11000000 | 10111 | 110011 | 0 | 11001 | 100010001 | 101011 | 111000 |
Color Harmonies of #945FC0
Complementary color
Monochromatic Colors of #945FC0
Black with #945FC0
Text Example
Text Example
White with #945FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945FC0; }
p { color: rgb(148,95,192); }
H1.HeaderClassName
{
color: #945FC0;
}
.AnyTagClassName
{
color: #945FC0;
}
</style>
background-color css
<style>
a { background-color: #945FC0; }
a { background-color: rgb(148,95,192); }
div.DivClassName
{
background-color: #945FC0;
}
.BgClassName
{
background-color: #945FC0;
}
</style>
border-color css
<style>
span { border-color: #945FC0; }
span { border-color: rgb(148,95,192); }
td.TdClassName
{
border-color: #945FC0;
}
.TagClassName
{
border-color: #945FC0;
}
</style>