Shades of Amethyst #954CDC
Tints of Amethyst #954CDC
RGB
CMYK
RGB Variations
Color information
#954CDC (or 0x954CDC) is known color: Amethyst. HEX triplet: 95, 4C and DC. RGB value is (149,76,220). Sum of RGB (Red+Green+Blue) = 149+76+220=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #954CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CDC is #6AB323. Grayscale: #717171. Windows color (decimal): -6992676 or 14437525. OLE color: 14437525.
HSL color Cylindrical-coordinate representation of color #954CDC: hue angle of 270.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954CDC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 76 | 220 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.14 |
| HSL | 270.42º | 0.67% | 0.58% | - |
| HSV(B) | 270.42º | 0.65% | 0.86% | - |
| XYZ | 27.9 | 16.73 | 69.47 | - |
| YUV | 114.24 | 187.68 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 220 | 0.32 | 0.65 | 0 | 0.14 | 270.42 | 0.67 | 0.58 |
| Hex | 95 | 4C | DC | 20 | 41 | 0 | E | 10E | 43 | 3A |
| Octal | 225 | 114 | 334 | 40 | 101 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010101 | 1001100 | 11011100 | 100000 | 1000001 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #954CDC
Complementary color
Monochromatic Colors of #954CDC
Black with #954CDC
Text Example
Text Example
White with #954CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CDC; }
p { color: rgb(149,76,220); }
H1.HeaderClassName
{
color: #954CDC;
}
.AnyTagClassName
{
color: #954CDC;
}
</style>
background-color css
<style>
a { background-color: #954CDC; }
a { background-color: rgb(149,76,220); }
div.DivClassName
{
background-color: #954CDC;
}
.BgClassName
{
background-color: #954CDC;
}
</style>
border-color css
<style>
span { border-color: #954CDC; }
span { border-color: rgb(149,76,220); }
td.TdClassName
{
border-color: #954CDC;
}
.TagClassName
{
border-color: #954CDC;
}
</style>