Shades of Amethyst #954CDF
Tints of Amethyst #954CDF
RGB
CMYK
RGB Variations
Color information
#954CDF (or 0x954CDF) is known color: Amethyst. HEX triplet: 95, 4C and DF. RGB value is (149,76,223). Sum of RGB (Red+Green+Blue) = 149+76+223=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #954CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CDF is #6AB320. Grayscale: #727272. Windows color (decimal): -6992673 or 14634133. OLE color: 14634133.
HSL color Cylindrical-coordinate representation of color #954CDF: hue angle of 269.8º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954CDF is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 76 | 223 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.13 |
| HSL | 269.8º | 0.7% | 0.59% | - |
| HSV(B) | 269.8º | 0.66% | 0.87% | - |
| XYZ | 28.3 | 16.89 | 71.58 | - |
| YUV | 114.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 223 | 0.33 | 0.66 | 0 | 0.13 | 269.8 | 0.7 | 0.59 |
| Hex | 95 | 4C | DF | 21 | 42 | 0 | D | 10E | 46 | 3B |
| Octal | 225 | 114 | 337 | 41 | 102 | 0 | 15 | 416 | 106 | 73 |
| Binary | 10010101 | 1001100 | 11011111 | 100001 | 1000010 | 0 | 1101 | 100001110 | 1000110 | 111011 |
Color Harmonies of #954CDF
Complementary color
Monochromatic Colors of #954CDF
Black with #954CDF
Text Example
Text Example
White with #954CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CDF; }
p { color: rgb(149,76,223); }
H1.HeaderClassName
{
color: #954CDF;
}
.AnyTagClassName
{
color: #954CDF;
}
</style>
background-color css
<style>
a { background-color: #954CDF; }
a { background-color: rgb(149,76,223); }
div.DivClassName
{
background-color: #954CDF;
}
.BgClassName
{
background-color: #954CDF;
}
</style>
border-color css
<style>
span { border-color: #954CDF; }
span { border-color: rgb(149,76,223); }
td.TdClassName
{
border-color: #954CDF;
}
.TagClassName
{
border-color: #954CDF;
}
</style>