Shades of Amethyst #985BD5
Tints of Amethyst #985BD5
RGB
CMYK
RGB Variations
Color information
#985BD5 (or 0x985BD5) is known color: Amethyst. HEX triplet: 98, 5B and D5. RGB value is (152,91,213). Sum of RGB (Red+Green+Blue) = 152+91+213=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #985BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BD5 is #67A42A. Grayscale: #7A7A7A. Windows color (decimal): -6792235 or 13982616. OLE color: 13982616.
HSL color Cylindrical-coordinate representation of color #985BD5: hue angle of 270º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985BD5 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 91 | 213 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.16 |
| HSL | 270º | 0.59% | 0.6% | - |
| HSV(B) | 270º | 0.57% | 0.84% | - |
| XYZ | 28.7 | 18.96 | 65.1 | - |
| YUV | 123.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 213 | 0.29 | 0.57 | 0 | 0.16 | 270 | 0.59 | 0.6 |
| Hex | 98 | 5B | D5 | 1D | 39 | 0 | 10 | 10E | 3B | 3C |
| Octal | 230 | 133 | 325 | 35 | 71 | 0 | 20 | 416 | 73 | 74 |
| Binary | 10011000 | 1011011 | 11010101 | 11101 | 111001 | 0 | 10000 | 100001110 | 111011 | 111100 |
Color Harmonies of #985BD5
Complementary color
Monochromatic Colors of #985BD5
Black with #985BD5
Text Example
Text Example
White with #985BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BD5; }
p { color: rgb(152,91,213); }
H1.HeaderClassName
{
color: #985BD5;
}
.AnyTagClassName
{
color: #985BD5;
}
</style>
background-color css
<style>
a { background-color: #985BD5; }
a { background-color: rgb(152,91,213); }
div.DivClassName
{
background-color: #985BD5;
}
.BgClassName
{
background-color: #985BD5;
}
</style>
border-color css
<style>
span { border-color: #985BD5; }
span { border-color: rgb(152,91,213); }
td.TdClassName
{
border-color: #985BD5;
}
.TagClassName
{
border-color: #985BD5;
}
</style>