#984DDB

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

Shades of Amethyst #984DDB

Tints of Amethyst #984DDB

Color information

#984DDB (or 0x984DDB) is unknown color: approx Amethyst. HEX triplet: 98, 4D and DB. RGB value is (152,77,219). Sum of RGB (Red+Green+Blue) = 152+77+219=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #984DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984DDB is #67B224. Grayscale: #737373. Windows color (decimal): -6795813 or 14372248. OLE color: 14372248.

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

Color convert

RGB15277219-
CMYK0.310.6500.14
HSL271.69º66.36%58.04%-
HSV(B)271.69º64.84%85.88%-
XYZ28.3917.168.82-
YUV115.61186.35153.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 77 (30.47% from 255) = 17.19%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=33.93%
G=17.19%
B=48.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal152772190.310.6500.14271.6966.3658.04
Hex984DDB1F410E110423a
Octal2301153333710101642010272
Binary10011000100110111011011111111000001011101000100001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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