#984DE5

Color #984DE5 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #984DE5

Tints of Amethyst #984DE5

Color information

#984DE5 (or 0x984DE5) is unknown color: approx Amethyst. HEX triplet: 98, 4D and E5. RGB value is (152,77,229). Sum of RGB (Red+Green+Blue) = 152+77+229=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #984DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DE5 is #67B21A. Grayscale: #747474. Windows color (decimal): -6795803 or 15027608. OLE color: 15027608.

HSL color Cylindrical-coordinate representation of color #984DE5: hue angle of 269.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984DE5 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15277229-
CMYK0.340.6600.10
HSL269.61º74.51%60%-
HSV(B)269.61º66.38%89.8%-
XYZ29.7517.6475.97-
YUV116.75191.35153.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 229 (89.84% from 255) = 50%
R=33.19%
G=16.81%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152772290.340.6600.10269.6174.5160
Hex984DE522420A10e4b3c
Octal2301153454210201241611374
Binary100110001001101111001011000101000010010101000011101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,77,229); }

 H1.HeaderClassName
 {
   color: #984DE5;
 }
 .AnyTagClassName
 {
   color: #984DE5;
 }
</style>
background-color css

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

 a { background-color: rgb(152,77,229); }

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

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

 span { border-color: rgb(152,77,229); }

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