Html Css Color HEX #985ED9 Amethyst

📋 copy color: '#985ED9'

red 152 ◦ green 94 ◦ blue 217

#985ED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #985ED9

Tints of Amethyst #985ED9

RGB

 RED value IS 152 (59.77% from 255) = 32.83%

 GREEN value IS 94 (37.11% from 255) = 20.3%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 32.83%
G = 20.3%
B = 46.87%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#985ED9 (or 0x985ED9) is known color: 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

RGB 152 94 217 -
CMYK 0.30 0.57 0 0.15
HSL 268.29º 0.62% 0.61% -
HSV(B) 268.29º 0.57% 0.85% -
XYZ 29.48 19.69 67.89 -
YUV 125.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 152 94 217 0.30 0.57 0 0.15 268.29 0.62 0.61
Hex 98 5E D9 1E 39 0 F 10C 3E 3D
Octal 230 136 331 36 71 0 17 414 76 75
Binary 10011000 1011110 11011001 11110 111001 0 1111 100001100 111110 111101

Color Harmonies of #985ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ED9

Black with #985ED9

Text Example


Text Example

White with #985ED9

Text Example


Text Example

HTML Codes & Css Web 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>