Shades of Amethyst #945DC8
Tints of Amethyst #945DC8
RGB
CMYK
RGB Variations
Color information
#945DC8 (or 0x945DC8) is known color: Amethyst. HEX triplet: 94, 5D and C8. RGB value is (148,93,200). Sum of RGB (Red+Green+Blue) = 148+93+200=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #945DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DC8 is #6BA237. Grayscale: #797979. Windows color (decimal): -7053880 or 13131156. OLE color: 13131156.
HSL color Cylindrical-coordinate representation of color #945DC8: hue angle of 270.84º 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 #945DC8 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 93 | 200 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.22 |
| HSL | 270.84º | 0.49% | 0.57% | - |
| HSV(B) | 270.84º | 0.54% | 0.78% | - |
| XYZ | 26.55 | 18.29 | 56.78 | - |
| YUV | 121.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 93 | 200 | 0.26 | 0.54 | 0 | 0.22 | 270.84 | 0.49 | 0.57 |
| Hex | 94 | 5D | C8 | 1A | 36 | 0 | 16 | 10F | 31 | 39 |
| Octal | 224 | 135 | 310 | 32 | 66 | 0 | 26 | 417 | 61 | 71 |
| Binary | 10010100 | 1011101 | 11001000 | 11010 | 110110 | 0 | 10110 | 100001111 | 110001 | 111001 |
Color Harmonies of #945DC8
Complementary color
Monochromatic Colors of #945DC8
Black with #945DC8
Text Example
Text Example
White with #945DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945DC8; }
p { color: rgb(148,93,200); }
H1.HeaderClassName
{
color: #945DC8;
}
.AnyTagClassName
{
color: #945DC8;
}
</style>
background-color css
<style>
a { background-color: #945DC8; }
a { background-color: rgb(148,93,200); }
div.DivClassName
{
background-color: #945DC8;
}
.BgClassName
{
background-color: #945DC8;
}
</style>
border-color css
<style>
span { border-color: #945DC8; }
span { border-color: rgb(148,93,200); }
td.TdClassName
{
border-color: #945DC8;
}
.TagClassName
{
border-color: #945DC8;
}
</style>