Html Css Color HEX #896BB6 Lilac Bush

📋 copy color: '#896BB6'

red 137 ◦ green 107 ◦ blue 182

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

Shades of Lilac Bush #896BB6

Tints of Lilac Bush #896BB6

RGB

 RED value IS 137 (53.91% from 255) = 32.16%

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 32.16%
G = 25.12%
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

#896BB6 (or 0x896BB6) is known color: Lilac Bush. HEX triplet: 89, 6B and B6. RGB value is (137,107,182). Sum of RGB (Red+Green+Blue) = 137+107+182=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 107 (42.19% from 255 or 25.12% 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 #896BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BB6 is #769449. Grayscale: #7C7C7C. Windows color (decimal): -7771210 or 11955081. OLE color: 11955081.

HSL color Cylindrical-coordinate representation of color #896BB6: hue angle of 264º 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 #896BB6 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 107 182 -
CMYK 0.25 0.41 0 0.29
HSL 264º 0.34% 0.57% -
HSV(B) 264º 0.41% 0.71% -
XYZ 24.02 19.21 46.7 -
YUV 124.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 137 107 182 0.25 0.41 0 0.29 264 0.34 0.57
Hex 89 6B B6 19 29 0 1D 108 22 39
Octal 211 153 266 31 51 0 35 410 42 71
Binary 10001001 1101011 10110110 11001 101001 0 11101 100001000 100010 111001

Color Harmonies of #896BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BB6

Black with #896BB6

Text Example


Text Example

White with #896BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896BB6; }

 p { color: rgb(137,107,182); }

 H1.HeaderClassName
 {
   color: #896BB6;
 }
 .AnyTagClassName
 {
   color: #896BB6;
 }
</style>

background-color css

<style>
 a { background-color: #896BB6; }

 a { background-color: rgb(137,107,182); }

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

border-color css

<style>
 span { border-color: #896BB6; }

 span { border-color: rgb(137,107,182); }

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