Html Css Color HEX #985EAA Deep Lilac

📋 copy color: '#985EAA'

red 152 ◦ green 94 ◦ blue 170

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

Shades of Deep Lilac #985EAA

Tints of Deep Lilac #985EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 36.54%
G = 22.6%
B = 40.87%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#985EAA (or 0x985EAA) is known color: Deep Lilac. HEX triplet: 98, 5E and AA. RGB value is (152,94,170). Sum of RGB (Red+Green+Blue) = 152+94+170=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #985EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985EAA is #67A155. Grayscale: #777777. Windows color (decimal): -6791510 or 11165336. OLE color: 11165336.

HSL color Cylindrical-coordinate representation of color #985EAA: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985EAA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 94 170 -
CMYK 0.11 0.45 0 0.33
HSL 285.79º 0.31% 0.52% -
HSV(B) 285.79º 0.45% 0.67% -
XYZ 24.21 17.58 40.15 -
YUV 120.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 152 94 170 0.11 0.45 0 0.33 285.79 0.31 0.52
Hex 98 5E AA B 2D 0 21 11E 1F 34
Octal 230 136 252 13 55 0 41 436 37 64
Binary 10011000 1011110 10101010 1011 101101 0 100001 100011110 11111 110100

Color Harmonies of #985EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EAA

Black with #985EAA

Text Example


Text Example

White with #985EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,94,170); }

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

background-color css

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

 a { background-color: rgb(152,94,170); }

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

border-color css

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

 span { border-color: rgb(152,94,170); }

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