Html Css Color HEX #984DAC Deep Lilac

📋 copy color: '#984DAC'

red 152 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #984DAC

Tints of Deep Lilac #984DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 37.91%
G = 19.2%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#984DAC (or 0x984DAC) is known color: Deep Lilac. HEX triplet: 98, 4D and AC. RGB value is (152,77,172). Sum of RGB (Red+Green+Blue) = 152+77+172=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #984DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DAC is #67B253. Grayscale: #6D6D6D. Windows color (decimal): -6795860 or 11292056. OLE color: 11292056.

HSL color Cylindrical-coordinate representation of color #984DAC: hue angle of 287.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984DAC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 77 172 -
CMYK 0.12 0.55 0 0.33
HSL 287.37º 0.38% 0.49% -
HSV(B) 287.37º 0.55% 0.67% -
XYZ 23.05 14.96 40.7 -
YUV 110.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 152 77 172 0.12 0.55 0 0.33 287.37 0.38 0.49
Hex 98 4D AC C 37 0 21 11F 26 31
Octal 230 115 254 14 67 0 41 437 46 61
Binary 10011000 1001101 10101100 1100 110111 0 100001 100011111 100110 110001

Color Harmonies of #984DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DAC

Black with #984DAC

Text Example


Text Example

White with #984DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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