Html Css Color HEX #984BAB Deep Lilac

📋 copy color: '#984BAB'

red 152 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #984BAB

Tints of Deep Lilac #984BAB

RGB

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

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

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

R = 38.19%
G = 18.84%
B = 42.96%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#984BAB (or 0x984BAB) is known color: Deep Lilac. HEX triplet: 98, 4B and AB. RGB value is (152,75,171). Sum of RGB (Red+Green+Blue) = 152+75+171=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #984BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984BAB is #67B454. Grayscale: #6C6C6C. Windows color (decimal): -6796373 or 11226008. OLE color: 11226008.

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

Color convert

RGB 152 75 171 -
CMYK 0.11 0.56 0 0.33
HSL 288.13º 0.39% 0.48% -
HSV(B) 288.13º 0.56% 0.67% -
XYZ 22.82 14.65 40.15 -
YUV 108.97 163.01 158.69 -
System Red Green Blue C M Y K H S L
Decimal 152 75 171 0.11 0.56 0 0.33 288.13 0.39 0.48
Hex 98 4B AB B 38 0 21 120 27 30
Octal 230 113 253 13 70 0 41 440 47 60
Binary 10011000 1001011 10101011 1011 111000 0 100001 100100000 100111 110000

Color Harmonies of #984BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BAB

Black with #984BAB

Text Example


Text Example

White with #984BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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