Shades of Amethyst #954EE5
Tints of Amethyst #954EE5
RGB
CMYK
RGB Variations
Color information
#954EE5 (or 0x954EE5) is known color: Amethyst. HEX triplet: 95, 4E and E5. RGB value is (149,78,229). Sum of RGB (Red+Green+Blue) = 149+78+229=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #954EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EE5 is #6AB11A. Grayscale: #737373. Windows color (decimal): -6992155 or 15027861. OLE color: 15027861.
HSL color Cylindrical-coordinate representation of color #954EE5: hue angle of 268.21º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954EE5 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 78 | 229 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.10 |
| HSL | 268.21º | 0.74% | 0.6% | - |
| HSV(B) | 268.21º | 0.66% | 0.9% | - |
| XYZ | 29.26 | 17.5 | 75.96 | - |
| YUV | 116.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 229 | 0.35 | 0.66 | 0 | 0.10 | 268.21 | 0.74 | 0.6 |
| Hex | 95 | 4E | E5 | 23 | 42 | 0 | A | 10C | 4A | 3C |
| Octal | 225 | 116 | 345 | 43 | 102 | 0 | 12 | 414 | 112 | 74 |
| Binary | 10010101 | 1001110 | 11100101 | 100011 | 1000010 | 0 | 1010 | 100001100 | 1001010 | 111100 |
Color Harmonies of #954EE5
Complementary color
Monochromatic Colors of #954EE5
Black with #954EE5
Text Example
Text Example
White with #954EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EE5; }
p { color: rgb(149,78,229); }
H1.HeaderClassName
{
color: #954EE5;
}
.AnyTagClassName
{
color: #954EE5;
}
</style>
background-color css
<style>
a { background-color: #954EE5; }
a { background-color: rgb(149,78,229); }
div.DivClassName
{
background-color: #954EE5;
}
.BgClassName
{
background-color: #954EE5;
}
</style>
border-color css
<style>
span { border-color: #954EE5; }
span { border-color: rgb(149,78,229); }
td.TdClassName
{
border-color: #954EE5;
}
.TagClassName
{
border-color: #954EE5;
}
</style>