Html Css Color HEX #984DAD Deep Lilac

📋 copy color: '#984DAD'

red 152 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #984DAD

Tints of Deep Lilac #984DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 37.81%
G = 19.15%
B = 43.03%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#984DAD (or 0x984DAD) is known color: Deep Lilac. HEX triplet: 98, 4D and AD. RGB value is (152,77,173). Sum of RGB (Red+Green+Blue) = 152+77+173=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #984DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DAD is #67B252. Grayscale: #6E6E6E. Windows color (decimal): -6795859 or 11357592. OLE color: 11357592.

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

Color convert

RGB 152 77 173 -
CMYK 0.12 0.55 0 0.32
HSL 286.88º 0.38% 0.49% -
HSV(B) 286.88º 0.55% 0.68% -
XYZ 23.15 15 41.21 -
YUV 110.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 152 77 173 0.12 0.55 0 0.32 286.88 0.38 0.49
Hex 98 4D AD C 37 0 20 11F 26 31
Octal 230 115 255 14 67 0 40 437 46 61
Binary 10011000 1001101 10101101 1100 110111 0 100000 100011111 100110 110001

Color Harmonies of #984DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DAD

Black with #984DAD

Text Example


Text Example

White with #984DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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