Shades of Amethyst #985DDF
Tints of Amethyst #985DDF
RGB
CMYK
RGB Variations
Color information
#985DDF (or 0x985DDF) is known color: Amethyst. HEX triplet: 98, 5D and DF. RGB value is (152,93,223). Sum of RGB (Red+Green+Blue) = 152+93+223=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #985DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DDF is #67A220. Grayscale: #7D7D7D. Windows color (decimal): -6791713 or 14638488. OLE color: 14638488.
HSL color Cylindrical-coordinate representation of color #985DDF: hue angle of 267.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985DDF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 93 | 223 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.13 |
| HSL | 267.23º | 0.67% | 0.62% | - |
| HSV(B) | 267.23º | 0.58% | 0.87% | - |
| XYZ | 30.18 | 19.83 | 72.05 | - |
| YUV | 125.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 223 | 0.32 | 0.58 | 0 | 0.13 | 267.23 | 0.67 | 0.62 |
| Hex | 98 | 5D | DF | 20 | 3A | 0 | D | 10B | 43 | 3E |
| Octal | 230 | 135 | 337 | 40 | 72 | 0 | 15 | 413 | 103 | 76 |
| Binary | 10011000 | 1011101 | 11011111 | 100000 | 111010 | 0 | 1101 | 100001011 | 1000011 | 111110 |
Color Harmonies of #985DDF
Complementary color
Monochromatic Colors of #985DDF
Black with #985DDF
Text Example
Text Example
White with #985DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DDF; }
p { color: rgb(152,93,223); }
H1.HeaderClassName
{
color: #985DDF;
}
.AnyTagClassName
{
color: #985DDF;
}
</style>
background-color css
<style>
a { background-color: #985DDF; }
a { background-color: rgb(152,93,223); }
div.DivClassName
{
background-color: #985DDF;
}
.BgClassName
{
background-color: #985DDF;
}
</style>
border-color css
<style>
span { border-color: #985DDF; }
span { border-color: rgb(152,93,223); }
td.TdClassName
{
border-color: #985DDF;
}
.TagClassName
{
border-color: #985DDF;
}
</style>