Html Css Color HEX #985AB4 Deep Lilac

📋 copy color: '#985AB4'

red 152 ◦ green 90 ◦ blue 180

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

Shades of Deep Lilac #985AB4

Tints of Deep Lilac #985AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 36.02%
G = 21.33%
B = 42.65%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#985AB4 (or 0x985AB4) is known color: Deep Lilac. HEX triplet: 98, 5A and B4. RGB value is (152,90,180). Sum of RGB (Red+Green+Blue) = 152+90+180=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #985AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985AB4 is #67A54B. Grayscale: #767676. Windows color (decimal): -6792524 or 11819672. OLE color: 11819672.

HSL color Cylindrical-coordinate representation of color #985AB4: hue angle of 281.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985AB4 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 90 180 -
CMYK 0.16 0.50 0 0.29
HSL 281.33º 0.38% 0.53% -
HSV(B) 281.33º 0.5% 0.71% -
XYZ 24.84 17.28 45.21 -
YUV 118.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 152 90 180 0.16 0.50 0 0.29 281.33 0.38 0.53
Hex 98 5A B4 10 32 0 1D 119 26 35
Octal 230 132 264 20 62 0 35 431 46 65
Binary 10011000 1011010 10110100 10000 110010 0 11101 100011001 100110 110101

Color Harmonies of #985AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985AB4

Black with #985AB4

Text Example


Text Example

White with #985AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985AB4; }

 p { color: rgb(152,90,180); }

 H1.HeaderClassName
 {
   color: #985AB4;
 }
 .AnyTagClassName
 {
   color: #985AB4;
 }
</style>

background-color css

<style>
 a { background-color: #985AB4; }

 a { background-color: rgb(152,90,180); }

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

border-color css

<style>
 span { border-color: #985AB4; }

 span { border-color: rgb(152,90,180); }

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