Html Css Color HEX #984DAE Deep Lilac

📋 copy color: '#984DAE'

red 152 ◦ green 77 ◦ blue 174

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

Shades of Deep Lilac #984DAE

Tints of Deep Lilac #984DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 37.72%
G = 19.11%
B = 43.18%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#984DAE (or 0x984DAE) is known color: Deep Lilac. HEX triplet: 98, 4D and AE. RGB value is (152,77,174). Sum of RGB (Red+Green+Blue) = 152+77+174=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #984DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DAE is #67B251. Grayscale: #6E6E6E. Windows color (decimal): -6795858 or 11423128. OLE color: 11423128.

HSL color Cylindrical-coordinate representation of color #984DAE: hue angle of 286.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984DAE is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 77 174 -
CMYK 0.13 0.56 0 0.32
HSL 286.39º 0.39% 0.49% -
HSV(B) 286.39º 0.56% 0.68% -
XYZ 23.24 15.04 41.72 -
YUV 110.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 152 77 174 0.13 0.56 0 0.32 286.39 0.39 0.49
Hex 98 4D AE D 38 0 20 11E 27 31
Octal 230 115 256 15 70 0 40 436 47 61
Binary 10011000 1001101 10101110 1101 111000 0 100000 100011110 100111 110001

Color Harmonies of #984DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DAE

Black with #984DAE

Text Example


Text Example

White with #984DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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