Html Css Color HEX #984EDE Amethyst

📋 copy color: '#984EDE'

red 152 ◦ green 78 ◦ blue 222

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

Shades of Amethyst #984EDE

Tints of Amethyst #984EDE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.26%

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

R = 33.63%
G = 17.26%
B = 49.12%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#984EDE (or 0x984EDE) is known color: Amethyst. HEX triplet: 98, 4E and DE. RGB value is (152,78,222). Sum of RGB (Red+Green+Blue) = 152+78+222=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #984EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EDE is #67B121. Grayscale: #747474. Windows color (decimal): -6795554 or 14569112. OLE color: 14569112.

HSL color Cylindrical-coordinate representation of color #984EDE: hue angle of 270.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #984EDE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 78 222 -
CMYK 0.32 0.65 0 0.13
HSL 270.83º 0.69% 0.59% -
HSV(B) 270.83º 0.65% 0.87% -
XYZ 28.86 17.4 70.94 -
YUV 116.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 152 78 222 0.32 0.65 0 0.13 270.83 0.69 0.59
Hex 98 4E DE 20 41 0 D 10F 45 3B
Octal 230 116 336 40 101 0 15 417 105 73
Binary 10011000 1001110 11011110 100000 1000001 0 1101 100001111 1000101 111011

Color Harmonies of #984EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EDE

Black with #984EDE

Text Example


Text Example

White with #984EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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