Shades of Amethyst #9550D0
Tints of Amethyst #9550D0
RGB
CMYK
RGB Variations
Color information
#9550D0 (or 0x9550D0) is known color: Amethyst. HEX triplet: 95, 50 and D0. RGB value is (149,80,208). Sum of RGB (Red+Green+Blue) = 149+80+208=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #9550D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9550D0 is #6AAF2F. Grayscale: #727272. Windows color (decimal): -6991664 or 13652117. OLE color: 13652117.
HSL color Cylindrical-coordinate representation of color #9550D0: hue angle of 272.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9550D0 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 80 | 208 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.18 |
| HSL | 272.34º | 0.58% | 0.56% | - |
| HSV(B) | 272.34º | 0.62% | 0.82% | - |
| XYZ | 26.65 | 16.68 | 61.49 | - |
| YUV | 115.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 208 | 0.28 | 0.62 | 0 | 0.18 | 272.34 | 0.58 | 0.56 |
| Hex | 95 | 50 | D0 | 1C | 3E | 0 | 12 | 110 | 3A | 38 |
| Octal | 225 | 120 | 320 | 34 | 76 | 0 | 22 | 420 | 72 | 70 |
| Binary | 10010101 | 1010000 | 11010000 | 11100 | 111110 | 0 | 10010 | 100010000 | 111010 | 111000 |
Color Harmonies of #9550D0
Complementary color
Monochromatic Colors of #9550D0
Black with #9550D0
Text Example
Text Example
White with #9550D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550D0; }
p { color: rgb(149,80,208); }
H1.HeaderClassName
{
color: #9550D0;
}
.AnyTagClassName
{
color: #9550D0;
}
</style>
background-color css
<style>
a { background-color: #9550D0; }
a { background-color: rgb(149,80,208); }
div.DivClassName
{
background-color: #9550D0;
}
.BgClassName
{
background-color: #9550D0;
}
</style>
border-color css
<style>
span { border-color: #9550D0; }
span { border-color: rgb(149,80,208); }
td.TdClassName
{
border-color: #9550D0;
}
.TagClassName
{
border-color: #9550D0;
}
</style>