Shades of Amethyst #985FDA
Tints of Amethyst #985FDA
RGB
CMYK
RGB Variations
Color information
#985FDA (or 0x985FDA) is known color: Amethyst. HEX triplet: 98, 5F and DA. RGB value is (152,95,218). Sum of RGB (Red+Green+Blue) = 152+95+218=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #985FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FDA is #67A025. Grayscale: #7D7D7D. Windows color (decimal): -6791206 or 14311320. OLE color: 14311320.
HSL color Cylindrical-coordinate representation of color #985FDA: hue angle of 267.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #985FDA is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 95 | 218 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.15 |
| HSL | 267.8º | 0.62% | 0.61% | - |
| HSV(B) | 267.8º | 0.56% | 0.85% | - |
| XYZ | 29.7 | 19.92 | 68.61 | - |
| YUV | 126.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 95 | 218 | 0.30 | 0.56 | 0 | 0.15 | 267.8 | 0.62 | 0.61 |
| Hex | 98 | 5F | DA | 1E | 38 | 0 | F | 10C | 3E | 3D |
| Octal | 230 | 137 | 332 | 36 | 70 | 0 | 17 | 414 | 76 | 75 |
| Binary | 10011000 | 1011111 | 11011010 | 11110 | 111000 | 0 | 1111 | 100001100 | 111110 | 111101 |
Color Harmonies of #985FDA
Complementary color
Monochromatic Colors of #985FDA
Black with #985FDA
Text Example
Text Example
White with #985FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985FDA; }
p { color: rgb(152,95,218); }
H1.HeaderClassName
{
color: #985FDA;
}
.AnyTagClassName
{
color: #985FDA;
}
</style>
background-color css
<style>
a { background-color: #985FDA; }
a { background-color: rgb(152,95,218); }
div.DivClassName
{
background-color: #985FDA;
}
.BgClassName
{
background-color: #985FDA;
}
</style>
border-color css
<style>
span { border-color: #985FDA; }
span { border-color: rgb(152,95,218); }
td.TdClassName
{
border-color: #985FDA;
}
.TagClassName
{
border-color: #985FDA;
}
</style>