#984BB4

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

Shades of Deep Lilac #984BB4

Tints of Deep Lilac #984BB4

Color information

#984BB4 (or 0x984BB4) is unknown color: approx Deep Lilac. HEX triplet: 98, 4B and B4. RGB value is (152,75,180). Sum of RGB (Red+Green+Blue) = 152+75+180=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #984BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BB4 is #67B44B. Grayscale: #6D6D6D. Windows color (decimal): -6796364 or 11815832. OLE color: 11815832.

HSL color Cylindrical-coordinate representation of color #984BB4: hue angle of 284º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984BB4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15275180-
CMYK0.160.5800.29
HSL284º41.18%50%-
HSV(B)284º58.33%70.59%-
XYZ23.71544.83-
YUV109.99167.51157.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 180 (70.70% from 255) = 44.23%
R=37.35%
G=18.43%
B=44.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152751800.160.5800.2928441.1850
Hex984BB4103A01D11c2932
Octal23011326420720354345162
Binary1001100010010111011010010000111010011101100011100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,180); }

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

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

 a { background-color: rgb(152,75,180); }

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

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

 span { border-color: rgb(152,75,180); }

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