Html Css Color HEX #984EC4 Deep Lilac

📋 copy color: '#984EC4'

red 152 ◦ green 78 ◦ blue 196

#984EC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #984EC4

Tints of Deep Lilac #984EC4

RGB

 RED value IS 152 (59.77% from 255) = 35.68%

 GREEN value IS 78 (30.86% from 255) = 18.31%

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 35.68%
G = 18.31%
B = 46.01%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#984EC4 (or 0x984EC4) is known color: Deep Lilac. HEX triplet: 98, 4E and C4. RGB value is (152,78,196). Sum of RGB (Red+Green+Blue) = 152+78+196=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #984EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984EC4 is #67B13B. Grayscale: #717171. Windows color (decimal): -6795580 or 12865176. OLE color: 12865176.

HSL color Cylindrical-coordinate representation of color #984EC4: hue angle of 277.63º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984EC4 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 78 196 -
CMYK 0.22 0.60 0 0.23
HSL 277.63º 0.5% 0.54% -
HSV(B) 277.63º 0.6% 0.77% -
XYZ 25.64 16.11 53.98 -
YUV 113.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 152 78 196 0.22 0.60 0 0.23 277.63 0.5 0.54
Hex 98 4E C4 16 3C 0 17 116 32 36
Octal 230 116 304 26 74 0 27 426 62 66
Binary 10011000 1001110 11000100 10110 111100 0 10111 100010110 110010 110110

Color Harmonies of #984EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EC4

Black with #984EC4

Text Example


Text Example

White with #984EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #984EC4;
 }
 .AnyTagClassName
 {
   color: #984EC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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