Html Css Color HEX #885BBA Deep Lilac

📋 copy color: '#885BBA'

red 136 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #885BBA

Tints of Deep Lilac #885BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 32.93%
G = 22.03%
B = 45.04%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#885BBA (or 0x885BBA) is known color: Deep Lilac. HEX triplet: 88, 5B and BA. RGB value is (136,91,186). Sum of RGB (Red+Green+Blue) = 136+91+186=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #885BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BBA is #77A445. Grayscale: #727272. Windows color (decimal): -7840838 or 12213128. OLE color: 12213128.

HSL color Cylindrical-coordinate representation of color #885BBA: hue angle of 268.42º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885BBA is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 91 186 -
CMYK 0.27 0.51 0 0.27
HSL 268.42º 0.41% 0.54% -
HSV(B) 268.42º 0.51% 0.73% -
XYZ 22.76 16.26 48.39 -
YUV 115.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 136 91 186 0.27 0.51 0 0.27 268.42 0.41 0.54
Hex 88 5B BA 1B 33 0 1B 10C 29 36
Octal 210 133 272 33 63 0 33 414 51 66
Binary 10001000 1011011 10111010 11011 110011 0 11011 100001100 101001 110110

Color Harmonies of #885BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BBA

Black with #885BBA

Text Example


Text Example

White with #885BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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