Shades of Amethyst #954FE4
Tints of Amethyst #954FE4
RGB
CMYK
RGB Variations
Color information
#954FE4 (or 0x954FE4) is known color: Amethyst. HEX triplet: 95, 4F and E4. RGB value is (149,79,228). Sum of RGB (Red+Green+Blue) = 149+79+228=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #954FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FE4 is #6AB01B. Grayscale: #747474. Windows color (decimal): -6991900 or 14962581. OLE color: 14962581.
HSL color Cylindrical-coordinate representation of color #954FE4: hue angle of 268.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954FE4 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 79 | 228 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.11 |
| HSL | 268.19º | 0.73% | 0.6% | - |
| HSV(B) | 268.19º | 0.65% | 0.89% | - |
| XYZ | 29.19 | 17.58 | 75.25 | - |
| YUV | 116.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 228 | 0.35 | 0.65 | 0 | 0.11 | 268.19 | 0.73 | 0.6 |
| Hex | 95 | 4F | E4 | 23 | 41 | 0 | B | 10C | 49 | 3C |
| Octal | 225 | 117 | 344 | 43 | 101 | 0 | 13 | 414 | 111 | 74 |
| Binary | 10010101 | 1001111 | 11100100 | 100011 | 1000001 | 0 | 1011 | 100001100 | 1001001 | 111100 |
Color Harmonies of #954FE4
Complementary color
Monochromatic Colors of #954FE4
Black with #954FE4
Text Example
Text Example
White with #954FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FE4; }
p { color: rgb(149,79,228); }
H1.HeaderClassName
{
color: #954FE4;
}
.AnyTagClassName
{
color: #954FE4;
}
</style>
background-color css
<style>
a { background-color: #954FE4; }
a { background-color: rgb(149,79,228); }
div.DivClassName
{
background-color: #954FE4;
}
.BgClassName
{
background-color: #954FE4;
}
</style>
border-color css
<style>
span { border-color: #954FE4; }
span { border-color: rgb(149,79,228); }
td.TdClassName
{
border-color: #954FE4;
}
.TagClassName
{
border-color: #954FE4;
}
</style>