Html Css Color HEX #885BAF Deep Lilac

📋 copy color: '#885BAF'

red 136 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #885BAF

Tints of Deep Lilac #885BAF

RGB

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

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

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

R = 33.83%
G = 22.64%
B = 43.53%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#885BAF (or 0x885BAF) is known color: Deep Lilac. HEX triplet: 88, 5B and AF. RGB value is (136,91,175). Sum of RGB (Red+Green+Blue) = 136+91+175=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #885BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885BAF is #77A450. Grayscale: #717171. Windows color (decimal): -7840849 or 11492232. OLE color: 11492232.

HSL color Cylindrical-coordinate representation of color #885BAF: hue angle of 272.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885BAF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 91 175 -
CMYK 0.22 0.48 0 0.31
HSL 272.14º 0.34% 0.52% -
HSV(B) 272.14º 0.48% 0.69% -
XYZ 21.63 15.81 42.47 -
YUV 114.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 136 91 175 0.22 0.48 0 0.31 272.14 0.34 0.52
Hex 88 5B AF 16 30 0 1F 110 22 34
Octal 210 133 257 26 60 0 37 420 42 64
Binary 10001000 1011011 10101111 10110 110000 0 11111 100010000 100010 110100

Color Harmonies of #885BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BAF

Black with #885BAF

Text Example


Text Example

White with #885BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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