Html Css Color HEX #985ED1 Amethyst

📋 copy color: '#985ED1'

red 152 ◦ green 94 ◦ blue 209

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

Shades of Amethyst #985ED1

Tints of Amethyst #985ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.93%

R = 33.41%
G = 20.66%
B = 45.93%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#985ED1 (or 0x985ED1) is known color: Amethyst. HEX triplet: 98, 5E and D1. RGB value is (152,94,209). Sum of RGB (Red+Green+Blue) = 152+94+209=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #985ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ED1 is #67A12E. Grayscale: #7C7C7C. Windows color (decimal): -6791471 or 13721240. OLE color: 13721240.

HSL color Cylindrical-coordinate representation of color #985ED1: hue angle of 270.26º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985ED1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 94 209 -
CMYK 0.27 0.55 0 0.18
HSL 270.26º 0.56% 0.59% -
HSV(B) 270.26º 0.55% 0.82% -
XYZ 28.46 19.28 62.54 -
YUV 124.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 152 94 209 0.27 0.55 0 0.18 270.26 0.56 0.59
Hex 98 5E D1 1B 37 0 12 10E 38 3B
Octal 230 136 321 33 67 0 22 416 70 73
Binary 10011000 1011110 11010001 11011 110111 0 10010 100001110 111000 111011

Color Harmonies of #985ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ED1

Black with #985ED1

Text Example


Text Example

White with #985ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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