#984EDB

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

Shades of Amethyst #984EDB

Tints of Amethyst #984EDB

Color information

#984EDB (or 0x984EDB) is unknown color: approx Amethyst. HEX triplet: 98, 4E and DB. RGB value is (152,78,219). Sum of RGB (Red+Green+Blue) = 152+78+219=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #984EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EDB is #67B124. Grayscale: #737373. Windows color (decimal): -6795557 or 14372504. OLE color: 14372504.

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

Color convert

RGB15278219-
CMYK0.310.6400.14
HSL271.49º66.2%58.24%-
HSV(B)271.49º64.38%85.88%-
XYZ28.4617.2468.85-
YUV116.2186.02153.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 219 (85.94% from 255) = 48.78%
R=33.85%
G=17.37%
B=48.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152782190.310.6400.14271.4966.258.24
Hex984EDB1F400E10f423a
Octal2301163333710001641710272
Binary10011000100111011011011111111000000011101000011111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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