Html Css Color HEX #984BAC Deep Lilac

📋 copy color: '#984BAC'

red 152 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #984BAC

Tints of Deep Lilac #984BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

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

R = 38.1%
G = 18.8%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#984BAC (or 0x984BAC) is known color: Deep Lilac. HEX triplet: 98, 4B and AC. RGB value is (152,75,172). Sum of RGB (Red+Green+Blue) = 152+75+172=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #984BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984BAC is #67B453. Grayscale: #6C6C6C. Windows color (decimal): -6796372 or 11291544. OLE color: 11291544.

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

Color convert

RGB 152 75 172 -
CMYK 0.12 0.56 0 0.33
HSL 287.63º 0.39% 0.48% -
HSV(B) 287.63º 0.56% 0.67% -
XYZ 22.91 14.69 40.66 -
YUV 109.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 152 75 172 0.12 0.56 0 0.33 287.63 0.39 0.48
Hex 98 4B AC C 38 0 21 120 27 30
Octal 230 113 254 14 70 0 41 440 47 60
Binary 10011000 1001011 10101100 1100 111000 0 100001 100100000 100111 110000

Color Harmonies of #984BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BAC

Black with #984BAC

Text Example


Text Example

White with #984BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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