Shades of Amethyst #985BDF
Tints of Amethyst #985BDF
RGB
CMYK
RGB Variations
Color information
#985BDF (or 0x985BDF) is known color: Amethyst. HEX triplet: 98, 5B and DF. RGB value is (152,91,223). Sum of RGB (Red+Green+Blue) = 152+91+223=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #985BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BDF is #67A420. Grayscale: #7B7B7B. Windows color (decimal): -6792225 or 14637976. OLE color: 14637976.
HSL color Cylindrical-coordinate representation of color #985BDF: hue angle of 267.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985BDF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 91 | 223 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.13 |
| HSL | 267.73º | 0.67% | 0.62% | - |
| HSV(B) | 267.73º | 0.59% | 0.87% | - |
| XYZ | 30.01 | 19.49 | 71.99 | - |
| YUV | 124.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 223 | 0.32 | 0.59 | 0 | 0.13 | 267.73 | 0.67 | 0.62 |
| Hex | 98 | 5B | DF | 20 | 3B | 0 | D | 10C | 43 | 3E |
| Octal | 230 | 133 | 337 | 40 | 73 | 0 | 15 | 414 | 103 | 76 |
| Binary | 10011000 | 1011011 | 11011111 | 100000 | 111011 | 0 | 1101 | 100001100 | 1000011 | 111110 |
Color Harmonies of #985BDF
Complementary color
Monochromatic Colors of #985BDF
Black with #985BDF
Text Example
Text Example
White with #985BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BDF; }
p { color: rgb(152,91,223); }
H1.HeaderClassName
{
color: #985BDF;
}
.AnyTagClassName
{
color: #985BDF;
}
</style>
background-color css
<style>
a { background-color: #985BDF; }
a { background-color: rgb(152,91,223); }
div.DivClassName
{
background-color: #985BDF;
}
.BgClassName
{
background-color: #985BDF;
}
</style>
border-color css
<style>
span { border-color: #985BDF; }
span { border-color: rgb(152,91,223); }
td.TdClassName
{
border-color: #985BDF;
}
.TagClassName
{
border-color: #985BDF;
}
</style>