Html Css Color HEX #985EDC Amethyst

📋 copy color: '#985EDC'

red 152 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #985EDC

Tints of Amethyst #985EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 32.62%
G = 20.17%
B = 47.21%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#985EDC (or 0x985EDC) is known color: Amethyst. HEX triplet: 98, 5E and DC. RGB value is (152,94,220). Sum of RGB (Red+Green+Blue) = 152+94+220=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #985EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EDC is #67A123. Grayscale: #7D7D7D. Windows color (decimal): -6791460 or 14442136. OLE color: 14442136.

HSL color Cylindrical-coordinate representation of color #985EDC: hue angle of 267.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985EDC is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 94 220 -
CMYK 0.31 0.57 0 0.14
HSL 267.62º 0.64% 0.62% -
HSV(B) 267.62º 0.57% 0.86% -
XYZ 29.87 19.85 69.97 -
YUV 125.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 152 94 220 0.31 0.57 0 0.14 267.62 0.64 0.62
Hex 98 5E DC 1F 39 0 E 10C 40 3E
Octal 230 136 334 37 71 0 16 414 100 76
Binary 10011000 1011110 11011100 11111 111001 0 1110 100001100 1000000 111110

Color Harmonies of #985EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EDC

Black with #985EDC

Text Example


Text Example

White with #985EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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