Shades of Amethyst #985BD8
Tints of Amethyst #985BD8
RGB
CMYK
RGB Variations
Color information
#985BD8 (or 0x985BD8) is known color: Amethyst. HEX triplet: 98, 5B and D8. RGB value is (152,91,216). Sum of RGB (Red+Green+Blue) = 152+91+216=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #985BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BD8 is #67A427. Grayscale: #7B7B7B. Windows color (decimal): -6792232 or 14179224. OLE color: 14179224.
HSL color Cylindrical-coordinate representation of color #985BD8: hue angle of 269.28º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985BD8 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 91 | 216 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.15 |
| HSL | 269.28º | 0.62% | 0.6% | - |
| HSV(B) | 269.28º | 0.58% | 0.85% | - |
| XYZ | 29.08 | 19.12 | 67.12 | - |
| YUV | 123.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 216 | 0.30 | 0.58 | 0 | 0.15 | 269.28 | 0.62 | 0.6 |
| Hex | 98 | 5B | D8 | 1E | 3A | 0 | F | 10D | 3E | 3C |
| Octal | 230 | 133 | 330 | 36 | 72 | 0 | 17 | 415 | 76 | 74 |
| Binary | 10011000 | 1011011 | 11011000 | 11110 | 111010 | 0 | 1111 | 100001101 | 111110 | 111100 |
Color Harmonies of #985BD8
Complementary color
Monochromatic Colors of #985BD8
Black with #985BD8
Text Example
Text Example
White with #985BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BD8; }
p { color: rgb(152,91,216); }
H1.HeaderClassName
{
color: #985BD8;
}
.AnyTagClassName
{
color: #985BD8;
}
</style>
background-color css
<style>
a { background-color: #985BD8; }
a { background-color: rgb(152,91,216); }
div.DivClassName
{
background-color: #985BD8;
}
.BgClassName
{
background-color: #985BD8;
}
</style>
border-color css
<style>
span { border-color: #985BD8; }
span { border-color: rgb(152,91,216); }
td.TdClassName
{
border-color: #985BD8;
}
.TagClassName
{
border-color: #985BD8;
}
</style>