Shades of Amethyst #954FE2
Tints of Amethyst #954FE2
RGB
CMYK
RGB Variations
Color information
#954FE2 (or 0x954FE2) is known color: Amethyst. HEX triplet: 95, 4F and E2. RGB value is (149,79,226). Sum of RGB (Red+Green+Blue) = 149+79+226=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #954FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FE2 is #6AB01D. Grayscale: #747474. Windows color (decimal): -6991902 or 14831509. OLE color: 14831509.
HSL color Cylindrical-coordinate representation of color #954FE2: hue angle of 268.57º degrees, saturation: 0.72, 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 #954FE2 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 79 | 226 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.11 |
| HSL | 268.57º | 0.72% | 0.6% | - |
| HSV(B) | 268.57º | 0.65% | 0.89% | - |
| XYZ | 28.92 | 17.47 | 73.8 | - |
| YUV | 116.69 | 189.69 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 226 | 0.34 | 0.65 | 0 | 0.11 | 268.57 | 0.72 | 0.6 |
| Hex | 95 | 4F | E2 | 22 | 41 | 0 | B | 10D | 48 | 3C |
| Octal | 225 | 117 | 342 | 42 | 101 | 0 | 13 | 415 | 110 | 74 |
| Binary | 10010101 | 1001111 | 11100010 | 100010 | 1000001 | 0 | 1011 | 100001101 | 1001000 | 111100 |
Color Harmonies of #954FE2
Complementary color
Monochromatic Colors of #954FE2
Black with #954FE2
Text Example
Text Example
White with #954FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FE2; }
p { color: rgb(149,79,226); }
H1.HeaderClassName
{
color: #954FE2;
}
.AnyTagClassName
{
color: #954FE2;
}
</style>
background-color css
<style>
a { background-color: #954FE2; }
a { background-color: rgb(149,79,226); }
div.DivClassName
{
background-color: #954FE2;
}
.BgClassName
{
background-color: #954FE2;
}
</style>
border-color css
<style>
span { border-color: #954FE2; }
span { border-color: rgb(149,79,226); }
td.TdClassName
{
border-color: #954FE2;
}
.TagClassName
{
border-color: #954FE2;
}
</style>