Html Css Color HEX #886CB6 Lilac Bush

📋 copy color: '#886CB6'

red 136 ◦ green 108 ◦ blue 182

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

Shades of Lilac Bush #886CB6

Tints of Lilac Bush #886CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.35%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 31.92%
G = 25.35%
B = 42.72%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#886CB6 (or 0x886CB6) is known color: Lilac Bush. HEX triplet: 88, 6C and B6. RGB value is (136,108,182). Sum of RGB (Red+Green+Blue) = 136+108+182=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #886CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CB6 is #779349. Grayscale: #7C7C7C. Windows color (decimal): -7836490 or 11955336. OLE color: 11955336.

HSL color Cylindrical-coordinate representation of color #886CB6: hue angle of 262.7º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886CB6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 108 182 -
CMYK 0.25 0.41 0 0.29
HSL 262.7º 0.34% 0.57% -
HSV(B) 262.7º 0.41% 0.71% -
XYZ 23.96 19.34 46.73 -
YUV 124.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 136 108 182 0.25 0.41 0 0.29 262.7 0.34 0.57
Hex 88 6C B6 19 29 0 1D 107 22 39
Octal 210 154 266 31 51 0 35 407 42 71
Binary 10001000 1101100 10110110 11001 101001 0 11101 100000111 100010 111001

Color Harmonies of #886CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CB6

Black with #886CB6

Text Example


Text Example

White with #886CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886CB6; }

 p { color: rgb(136,108,182); }

 H1.HeaderClassName
 {
   color: #886CB6;
 }
 .AnyTagClassName
 {
   color: #886CB6;
 }
</style>

background-color css

<style>
 a { background-color: #886CB6; }

 a { background-color: rgb(136,108,182); }

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

border-color css

<style>
 span { border-color: #886CB6; }

 span { border-color: rgb(136,108,182); }

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