#984FEA

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

Shades of Amethyst #984FEA

Tints of Amethyst #984FEA

Color information

#984FEA (or 0x984FEA) is unknown color: approx Amethyst. HEX triplet: 98, 4F and EA. RGB value is (152,79,234). Sum of RGB (Red+Green+Blue) = 152+79+234=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #984FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984FEA is #67B015. Grayscale: #757575. Windows color (decimal): -6795286 or 15355800. OLE color: 15355800.

HSL color Cylindrical-coordinate representation of color #984FEA: hue angle of 268.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #984FEA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15279234-
CMYK0.350.6600.08
HSL268.26º78.68%61.37%-
HSV(B)268.26º66.24%91.76%-
XYZ30.618.2179.74-
YUV118.5193.18151.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 79 (31.25% from 255) = 16.99%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=32.69%
G=16.99%
B=50.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152792340.350.6600.08268.2678.6861.37
Hex984FEA23420810c4f3d
Octal2301173524310201041411775
Binary100110001001111111010101000111000010010001000011001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,234); }

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

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

 a { background-color: rgb(152,79,234); }

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

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

 span { border-color: rgb(152,79,234); }

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