Html Css Color HEX #985BA9 Deep Lilac

📋 copy color: '#985BA9'

red 152 ◦ green 91 ◦ blue 169

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

Shades of Deep Lilac #985BA9

Tints of Deep Lilac #985BA9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 36.89%
G = 22.09%
B = 41.02%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#985BA9 (or 0x985BA9) is known color: Deep Lilac. HEX triplet: 98, 5B and A9. RGB value is (152,91,169). Sum of RGB (Red+Green+Blue) = 152+91+169=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #985BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BA9 is #67A456. Grayscale: #757575. Windows color (decimal): -6792279 or 11099032. OLE color: 11099032.

HSL color Cylindrical-coordinate representation of color #985BA9: hue angle of 286.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985BA9 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 91 169 -
CMYK 0.10 0.46 0 0.34
HSL 286.92º 0.31% 0.51% -
HSV(B) 286.92º 0.46% 0.66% -
XYZ 23.85 17.02 39.56 -
YUV 118.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 152 91 169 0.10 0.46 0 0.34 286.92 0.31 0.51
Hex 98 5B A9 A 2E 0 22 11F 1F 33
Octal 230 133 251 12 56 0 42 437 37 63
Binary 10011000 1011011 10101001 1010 101110 0 100010 100011111 11111 110011

Color Harmonies of #985BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BA9

Black with #985BA9

Text Example


Text Example

White with #985BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,169); }

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

background-color css

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

 a { background-color: rgb(152,91,169); }

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

border-color css

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

 span { border-color: rgb(152,91,169); }

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