Html Css Color HEX #985BAA Deep Lilac

📋 copy color: '#985BAA'

red 152 ◦ green 91 ◦ blue 170

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

Shades of Deep Lilac #985BAA

Tints of Deep Lilac #985BAA

RGB

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

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

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

R = 36.8%
G = 22.03%
B = 41.16%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#985BAA (or 0x985BAA) is known color: Deep Lilac. HEX triplet: 98, 5B and AA. RGB value is (152,91,170). Sum of RGB (Red+Green+Blue) = 152+91+170=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #985BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BAA is #67A455. Grayscale: #757575. Windows color (decimal): -6792278 or 11164568. OLE color: 11164568.

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

Color convert

RGB 152 91 170 -
CMYK 0.11 0.46 0 0.33
HSL 286.33º 0.32% 0.51% -
HSV(B) 286.33º 0.46% 0.67% -
XYZ 23.95 17.06 40.06 -
YUV 118.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 152 91 170 0.11 0.46 0 0.33 286.33 0.32 0.51
Hex 98 5B AA B 2E 0 21 11E 20 33
Octal 230 133 252 13 56 0 41 436 40 63
Binary 10011000 1011011 10101010 1011 101110 0 100001 100011110 100000 110011

Color Harmonies of #985BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BAA

Black with #985BAA

Text Example


Text Example

White with #985BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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