Shades of Amethyst #9557DF
Tints of Amethyst #9557DF
RGB
CMYK
RGB Variations
Color information
#9557DF (or 0x9557DF) is known color: Amethyst. HEX triplet: 95, 57 and DF. RGB value is (149,87,223). Sum of RGB (Red+Green+Blue) = 149+87+223=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #9557DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9557DF is #6AA820. Grayscale: #787878. Windows color (decimal): -6989857 or 14636949. OLE color: 14636949.
HSL color Cylindrical-coordinate representation of color #9557DF: hue angle of 267.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9557DF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 87 | 223 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.13 |
| HSL | 267.35º | 0.68% | 0.61% | - |
| HSV(B) | 267.35º | 0.61% | 0.87% | - |
| XYZ | 29.12 | 18.53 | 71.85 | - |
| YUV | 121.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 223 | 0.33 | 0.61 | 0 | 0.13 | 267.35 | 0.68 | 0.61 |
| Hex | 95 | 57 | DF | 21 | 3D | 0 | D | 10B | 44 | 3D |
| Octal | 225 | 127 | 337 | 41 | 75 | 0 | 15 | 413 | 104 | 75 |
| Binary | 10010101 | 1010111 | 11011111 | 100001 | 111101 | 0 | 1101 | 100001011 | 1000100 | 111101 |
Color Harmonies of #9557DF
Complementary color
Monochromatic Colors of #9557DF
Black with #9557DF
Text Example
Text Example
White with #9557DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9557DF; }
p { color: rgb(149,87,223); }
H1.HeaderClassName
{
color: #9557DF;
}
.AnyTagClassName
{
color: #9557DF;
}
</style>
background-color css
<style>
a { background-color: #9557DF; }
a { background-color: rgb(149,87,223); }
div.DivClassName
{
background-color: #9557DF;
}
.BgClassName
{
background-color: #9557DF;
}
</style>
border-color css
<style>
span { border-color: #9557DF; }
span { border-color: rgb(149,87,223); }
td.TdClassName
{
border-color: #9557DF;
}
.TagClassName
{
border-color: #9557DF;
}
</style>