#985ED9

Color #985ED9 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #985ED9

Tints of Amethyst #985ED9

Color information

#985ED9 (or 0x985ED9) is unknown color: approx Amethyst. HEX triplet: 98, 5E and D9. RGB value is (152,94,217). Sum of RGB (Red+Green+Blue) = 152+94+217=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #985ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ED9 is #67A126. Grayscale: #7C7C7C. Windows color (decimal): -6791463 or 14245528. OLE color: 14245528.

HSL color Cylindrical-coordinate representation of color #985ED9: hue angle of 268.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985ED9 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15294217-
CMYK0.300.5700.15
HSL268.29º61.81%60.98%-
HSV(B)268.29º56.68%85.1%-
XYZ29.4819.6967.89-
YUV125.36179.72147-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=32.83%
G=20.30%
B=46.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152942170.300.5700.15268.2961.8160.98
Hex985ED91E390F10c3e3d
Octal23013633136710174147675
Binary100110001011110110110011111011100101111100001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985ED9; }

 p { color: rgb(152,94,217); }

 H1.HeaderClassName
 {
   color: #985ED9;
 }
 .AnyTagClassName
 {
   color: #985ED9;
 }
</style>
background-color css

<style>
 a { background-color: #985ED9; }

 a { background-color: rgb(152,94,217); }

 div.DivClassName
 {
   background-color: #985ED9;
 }
 .BgClassName
 {
   background-color: #985ED9;
 }
</style>
border-color css

<style>
 span { border-color: #985ED9; }

 span { border-color: rgb(152,94,217); }

 td.TdClassName
 {
   border-color: #985ED9;
 }
 .TagClassName
 {
   border-color: #985ED9;
 }
</style>