Shades of Amethyst #954DD2
Tints of Amethyst #954DD2
RGB
CMYK
RGB Variations
Color information
#954DD2 (or 0x954DD2) is known color: Amethyst. HEX triplet: 95, 4D and D2. RGB value is (149,77,210). Sum of RGB (Red+Green+Blue) = 149+77+210=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #954DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DD2 is #6AB22D. Grayscale: #717171. Windows color (decimal): -6992430 or 13782421. OLE color: 13782421.
HSL color Cylindrical-coordinate representation of color #954DD2: hue angle of 272.48º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954DD2 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 77 | 210 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.18 |
| HSL | 272.48º | 0.6% | 0.56% | - |
| HSV(B) | 272.48º | 0.63% | 0.82% | - |
| XYZ | 26.68 | 16.35 | 62.72 | - |
| YUV | 113.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 210 | 0.29 | 0.63 | 0 | 0.18 | 272.48 | 0.6 | 0.56 |
| Hex | 95 | 4D | D2 | 1D | 3F | 0 | 12 | 110 | 3C | 38 |
| Octal | 225 | 115 | 322 | 35 | 77 | 0 | 22 | 420 | 74 | 70 |
| Binary | 10010101 | 1001101 | 11010010 | 11101 | 111111 | 0 | 10010 | 100010000 | 111100 | 111000 |
Color Harmonies of #954DD2
Complementary color
Monochromatic Colors of #954DD2
Black with #954DD2
Text Example
Text Example
White with #954DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DD2; }
p { color: rgb(149,77,210); }
H1.HeaderClassName
{
color: #954DD2;
}
.AnyTagClassName
{
color: #954DD2;
}
</style>
background-color css
<style>
a { background-color: #954DD2; }
a { background-color: rgb(149,77,210); }
div.DivClassName
{
background-color: #954DD2;
}
.BgClassName
{
background-color: #954DD2;
}
</style>
border-color css
<style>
span { border-color: #954DD2; }
span { border-color: rgb(149,77,210); }
td.TdClassName
{
border-color: #954DD2;
}
.TagClassName
{
border-color: #954DD2;
}
</style>