Html Css Color HEX #885BAE Deep Lilac

📋 copy color: '#885BAE'

red 136 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #885BAE

Tints of Deep Lilac #885BAE

RGB

 RED value IS 136 (53.52% from 255) = 33.92%

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

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

R = 33.92%
G = 22.69%
B = 43.39%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#885BAE (or 0x885BAE) is known color: Deep Lilac. HEX triplet: 88, 5B and AE. RGB value is (136,91,174). Sum of RGB (Red+Green+Blue) = 136+91+174=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #885BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAE is #77A451. Grayscale: #717171. Windows color (decimal): -7840850 or 11426696. OLE color: 11426696.

HSL color Cylindrical-coordinate representation of color #885BAE: hue angle of 272.53º 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 #885BAE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 136 91 174 -
CMYK 0.22 0.48 0 0.32
HSL 272.53º 0.34% 0.52% -
HSV(B) 272.53º 0.48% 0.68% -
XYZ 21.53 15.77 41.95 -
YUV 113.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 136 91 174 0.22 0.48 0 0.32 272.53 0.34 0.52
Hex 88 5B AE 16 30 0 20 111 22 34
Octal 210 133 256 26 60 0 40 421 42 64
Binary 10001000 1011011 10101110 10110 110000 0 100000 100010001 100010 110100

Color Harmonies of #885BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BAE

Black with #885BAE

Text Example


Text Example

White with #885BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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