Html Css Color HEX #984DAB Deep Lilac

📋 copy color: '#984DAB'

red 152 ◦ green 77 ◦ blue 171

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

Shades of Deep Lilac #984DAB

Tints of Deep Lilac #984DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 38%
G = 19.25%
B = 42.75%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#984DAB (or 0x984DAB) is known color: Deep Lilac. HEX triplet: 98, 4D and AB. RGB value is (152,77,171). Sum of RGB (Red+Green+Blue) = 152+77+171=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #984DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DAB is #67B254. Grayscale: #6D6D6D. Windows color (decimal): -6795861 or 11226520. OLE color: 11226520.

HSL color Cylindrical-coordinate representation of color #984DAB: hue angle of 287.87º 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 #984DAB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 77 171 -
CMYK 0.11 0.55 0 0.33
HSL 287.87º 0.38% 0.49% -
HSV(B) 287.87º 0.55% 0.67% -
XYZ 22.95 14.92 40.2 -
YUV 110.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 152 77 171 0.11 0.55 0 0.33 287.87 0.38 0.49
Hex 98 4D AB B 37 0 21 120 26 31
Octal 230 115 253 13 67 0 41 440 46 61
Binary 10011000 1001101 10101011 1011 110111 0 100001 100100000 100110 110001

Color Harmonies of #984DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DAB

Black with #984DAB

Text Example


Text Example

White with #984DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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