Shades of Amethyst #954DDC
Tints of Amethyst #954DDC
RGB
CMYK
RGB Variations
Color information
#954DDC (or 0x954DDC) is known color: Amethyst. HEX triplet: 95, 4D and DC. RGB value is (149,77,220). Sum of RGB (Red+Green+Blue) = 149+77+220=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #954DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DDC is #6AB223. Grayscale: #727272. Windows color (decimal): -6992420 or 14437781. OLE color: 14437781.
HSL color Cylindrical-coordinate representation of color #954DDC: hue angle of 270.21º 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 #954DDC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 77 | 220 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.14 |
| HSL | 270.21º | 0.67% | 0.58% | - |
| HSV(B) | 270.21º | 0.65% | 0.86% | - |
| XYZ | 27.97 | 16.86 | 69.49 | - |
| YUV | 114.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 220 | 0.32 | 0.65 | 0 | 0.14 | 270.21 | 0.67 | 0.58 |
| Hex | 95 | 4D | DC | 20 | 41 | 0 | E | 10E | 43 | 3A |
| Octal | 225 | 115 | 334 | 40 | 101 | 0 | 16 | 416 | 103 | 72 |
| Binary | 10010101 | 1001101 | 11011100 | 100000 | 1000001 | 0 | 1110 | 100001110 | 1000011 | 111010 |
Color Harmonies of #954DDC
Complementary color
Monochromatic Colors of #954DDC
Black with #954DDC
Text Example
Text Example
White with #954DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DDC; }
p { color: rgb(149,77,220); }
H1.HeaderClassName
{
color: #954DDC;
}
.AnyTagClassName
{
color: #954DDC;
}
</style>
background-color css
<style>
a { background-color: #954DDC; }
a { background-color: rgb(149,77,220); }
div.DivClassName
{
background-color: #954DDC;
}
.BgClassName
{
background-color: #954DDC;
}
</style>
border-color css
<style>
span { border-color: #954DDC; }
span { border-color: rgb(149,77,220); }
td.TdClassName
{
border-color: #954DDC;
}
.TagClassName
{
border-color: #954DDC;
}
</style>