Html Css Color HEX #985BAE Deep Lilac

📋 copy color: '#985BAE'

red 152 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #985BAE

Tints of Deep Lilac #985BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 36.45%
G = 21.82%
B = 41.73%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#985BAE (or 0x985BAE) is known color: Deep Lilac. HEX triplet: 98, 5B and AE. RGB value is (152,91,174). Sum of RGB (Red+Green+Blue) = 152+91+174=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #985BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BAE is #67A451. Grayscale: #767676. Windows color (decimal): -6792274 or 11426712. OLE color: 11426712.

HSL color Cylindrical-coordinate representation of color #985BAE: hue angle of 284.1º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985BAE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 91 174 -
CMYK 0.13 0.48 0 0.32
HSL 284.1º 0.34% 0.52% -
HSV(B) 284.1º 0.48% 0.68% -
XYZ 24.33 17.21 42.08 -
YUV 118.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 152 91 174 0.13 0.48 0 0.32 284.1 0.34 0.52
Hex 98 5B AE D 30 0 20 11C 22 34
Octal 230 133 256 15 60 0 40 434 42 64
Binary 10011000 1011011 10101110 1101 110000 0 100000 100011100 100010 110100

Color Harmonies of #985BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BAE

Black with #985BAE

Text Example


Text Example

White with #985BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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