Shades of Amethyst #9550D5
Tints of Amethyst #9550D5
RGB
CMYK
RGB Variations
Color information
#9550D5 (or 0x9550D5) is known color: Amethyst. HEX triplet: 95, 50 and D5. RGB value is (149,80,213). Sum of RGB (Red+Green+Blue) = 149+80+213=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #9550D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550D5 is #6AAF2A. Grayscale: #737373. Windows color (decimal): -6991659 or 13979797. OLE color: 13979797.
HSL color Cylindrical-coordinate representation of color #9550D5: hue angle of 271.13º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9550D5 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 80 | 213 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.16 |
| HSL | 271.13º | 0.61% | 0.57% | - |
| HSV(B) | 271.13º | 0.62% | 0.84% | - |
| XYZ | 27.27 | 16.93 | 64.78 | - |
| YUV | 115.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 213 | 0.30 | 0.62 | 0 | 0.16 | 271.13 | 0.61 | 0.57 |
| Hex | 95 | 50 | D5 | 1E | 3E | 0 | 10 | 10F | 3D | 39 |
| Octal | 225 | 120 | 325 | 36 | 76 | 0 | 20 | 417 | 75 | 71 |
| Binary | 10010101 | 1010000 | 11010101 | 11110 | 111110 | 0 | 10000 | 100001111 | 111101 | 111001 |
Color Harmonies of #9550D5
Complementary color
Monochromatic Colors of #9550D5
Black with #9550D5
Text Example
Text Example
White with #9550D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550D5; }
p { color: rgb(149,80,213); }
H1.HeaderClassName
{
color: #9550D5;
}
.AnyTagClassName
{
color: #9550D5;
}
</style>
background-color css
<style>
a { background-color: #9550D5; }
a { background-color: rgb(149,80,213); }
div.DivClassName
{
background-color: #9550D5;
}
.BgClassName
{
background-color: #9550D5;
}
</style>
border-color css
<style>
span { border-color: #9550D5; }
span { border-color: rgb(149,80,213); }
td.TdClassName
{
border-color: #9550D5;
}
.TagClassName
{
border-color: #9550D5;
}
</style>