#984EC2

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

Shades of Deep Lilac #984EC2

Tints of Deep Lilac #984EC2

Color information

#984EC2 (or 0x984EC2) is unknown color: approx Deep Lilac. HEX triplet: 98, 4E and C2. RGB value is (152,78,194). Sum of RGB (Red+Green+Blue) = 152+78+194=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #984EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC2 is #67B13D. Grayscale: #707070. Windows color (decimal): -6795582 or 12734104. OLE color: 12734104.

HSL color Cylindrical-coordinate representation of color #984EC2: hue angle of 278.28º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984EC2 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15278194-
CMYK0.220.6000.24
HSL278.28º48.74%53.33%-
HSV(B)278.28º59.79%76.08%-
XYZ25.4116.0252.79-
YUV113.35173.52155.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 194 (76.17% from 255) = 45.75%
R=35.85%
G=18.40%
B=45.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152781940.220.6000.24278.2848.7453.33
Hex984EC2163C0181163135
Octal23011630226740304266165
Binary1001100010011101100001010110111100011000100010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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