Html Css Color HEX #885CB5 Deep Lilac

📋 copy color: '#885CB5'

red 136 ◦ green 92 ◦ blue 181

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

Shades of Deep Lilac #885CB5

Tints of Deep Lilac #885CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 181 (71.09% from 255) = 44.25%

R = 33.25%
G = 22.49%
B = 44.25%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#885CB5 (or 0x885CB5) is known color: Deep Lilac. HEX triplet: 88, 5C and B5. RGB value is (136,92,181). Sum of RGB (Red+Green+Blue) = 136+92+181=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #885CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CB5 is #77A34A. Grayscale: #727272. Windows color (decimal): -7840587 or 11885704. OLE color: 11885704.

HSL color Cylindrical-coordinate representation of color #885CB5: hue angle of 269.66º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885CB5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 92 181 -
CMYK 0.25 0.49 0 0.29
HSL 269.66º 0.38% 0.54% -
HSV(B) 269.66º 0.49% 0.71% -
XYZ 22.32 16.22 45.67 -
YUV 115.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 136 92 181 0.25 0.49 0 0.29 269.66 0.38 0.54
Hex 88 5C B5 19 31 0 1D 10E 26 36
Octal 210 134 265 31 61 0 35 416 46 66
Binary 10001000 1011100 10110101 11001 110001 0 11101 100001110 100110 110110

Color Harmonies of #885CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CB5

Black with #885CB5

Text Example


Text Example

White with #885CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,92,181); }

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

background-color css

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

 a { background-color: rgb(136,92,181); }

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

border-color css

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

 span { border-color: rgb(136,92,181); }

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