Html Css Color HEX #985ED8 Amethyst

📋 copy color: '#985ED8'

red 152 ◦ green 94 ◦ blue 216

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

Shades of Amethyst #985ED8

Tints of Amethyst #985ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 32.9%
G = 20.35%
B = 46.75%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#985ED8 (or 0x985ED8) is known color: Amethyst. HEX triplet: 98, 5E and D8. RGB value is (152,94,216). Sum of RGB (Red+Green+Blue) = 152+94+216=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #985ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ED8 is #67A127. Grayscale: #7C7C7C. Windows color (decimal): -6791464 or 14179992. OLE color: 14179992.

HSL color Cylindrical-coordinate representation of color #985ED8: hue angle of 268.52º degrees, saturation: 0.61, 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 #985ED8 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 94 216 -
CMYK 0.30 0.56 0 0.15
HSL 268.52º 0.61% 0.61% -
HSV(B) 268.52º 0.56% 0.85% -
XYZ 29.35 19.64 67.21 -
YUV 125.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 152 94 216 0.30 0.56 0 0.15 268.52 0.61 0.61
Hex 98 5E D8 1E 38 0 F 10D 3D 3D
Octal 230 136 330 36 70 0 17 415 75 75
Binary 10011000 1011110 11011000 11110 111000 0 1111 100001101 111101 111101

Color Harmonies of #985ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ED8

Black with #985ED8

Text Example


Text Example

White with #985ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #985ED8;
 }
 .AnyTagClassName
 {
   color: #985ED8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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