Html Css Color HEX #985AAF Deep Lilac

📋 copy color: '#985AAF'

red 152 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #985AAF

Tints of Deep Lilac #985AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 36.45%
G = 21.58%
B = 41.97%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#985AAF (or 0x985AAF) is known color: Deep Lilac. HEX triplet: 98, 5A and AF. RGB value is (152,90,175). Sum of RGB (Red+Green+Blue) = 152+90+175=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #985AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985AAF is #67A550. Grayscale: #757575. Windows color (decimal): -6792529 or 11491992. OLE color: 11491992.

HSL color Cylindrical-coordinate representation of color #985AAF: hue angle of 283.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985AAF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 90 175 -
CMYK 0.13 0.49 0 0.31
HSL 283.76º 0.35% 0.52% -
HSV(B) 283.76º 0.49% 0.69% -
XYZ 24.34 17.08 42.57 -
YUV 118.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 152 90 175 0.13 0.49 0 0.31 283.76 0.35 0.52
Hex 98 5A AF D 31 0 1F 11C 23 34
Octal 230 132 257 15 61 0 37 434 43 64
Binary 10011000 1011010 10101111 1101 110001 0 11111 100011100 100011 110100

Color Harmonies of #985AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985AAF

Black with #985AAF

Text Example


Text Example

White with #985AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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