Html Css Color HEX #985EDE Amethyst

📋 copy color: '#985EDE'

red 152 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #985EDE

Tints of Amethyst #985EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 32.48%
G = 20.09%
B = 47.44%

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

#985EDE (or 0x985EDE) is known color: Amethyst. HEX triplet: 98, 5E and DE. RGB value is (152,94,222). Sum of RGB (Red+Green+Blue) = 152+94+222=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #985EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EDE is #67A121. Grayscale: #7D7D7D. Windows color (decimal): -6791458 or 14573208. OLE color: 14573208.

HSL color Cylindrical-coordinate representation of color #985EDE: hue angle of 267.19º degrees, saturation: 0.66, 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 #985EDE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 94 222 -
CMYK 0.32 0.58 0 0.13
HSL 267.19º 0.66% 0.62% -
HSV(B) 267.19º 0.58% 0.87% -
XYZ 30.14 19.95 71.37 -
YUV 125.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 152 94 222 0.32 0.58 0 0.13 267.19 0.66 0.62
Hex 98 5E DE 20 3A 0 D 10B 42 3E
Octal 230 136 336 40 72 0 15 413 102 76
Binary 10011000 1011110 11011110 100000 111010 0 1101 100001011 1000010 111110

Color Harmonies of #985EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EDE

Black with #985EDE

Text Example


Text Example

White with #985EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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