Html Css Color HEX #985EDF Amethyst

📋 copy color: '#985EDF'

red 152 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #985EDF

Tints of Amethyst #985EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 32.41%
G = 20.04%
B = 47.55%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#985EDF (or 0x985EDF) is known color: Amethyst. HEX triplet: 98, 5E and DF. RGB value is (152,94,223). Sum of RGB (Red+Green+Blue) = 152+94+223=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #985EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EDF is #67A120. Grayscale: #7D7D7D. Windows color (decimal): -6791457 or 14638744. OLE color: 14638744.

HSL color Cylindrical-coordinate representation of color #985EDF: hue angle of 266.98º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985EDF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 94 223 -
CMYK 0.32 0.58 0 0.13
HSL 266.98º 0.67% 0.62% -
HSV(B) 266.98º 0.58% 0.87% -
XYZ 30.27 20.01 72.08 -
YUV 126.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 152 94 223 0.32 0.58 0 0.13 266.98 0.67 0.62
Hex 98 5E DF 20 3A 0 D 10B 43 3E
Octal 230 136 337 40 72 0 15 413 103 76
Binary 10011000 1011110 11011111 100000 111010 0 1101 100001011 1000011 111110

Color Harmonies of #985EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EDF

Black with #985EDF

Text Example


Text Example

White with #985EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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