Html Css Color HEX #896CB6 Lilac Bush

📋 copy color: '#896CB6'

red 137 ◦ green 108 ◦ blue 182

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

Shades of Lilac Bush #896CB6

Tints of Lilac Bush #896CB6

RGB

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

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

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

R = 32.08%
G = 25.29%
B = 42.62%

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

#896CB6 (or 0x896CB6) is known color: Lilac Bush. HEX triplet: 89, 6C and B6. RGB value is (137,108,182). Sum of RGB (Red+Green+Blue) = 137+108+182=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 182 - color contains mainly: blue. Hex color #896CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CB6 is #769349. Grayscale: #7C7C7C. Windows color (decimal): -7770954 or 11955337. OLE color: 11955337.

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

Color convert

RGB 137 108 182 -
CMYK 0.25 0.41 0 0.29
HSL 263.51º 0.34% 0.57% -
HSV(B) 263.51º 0.41% 0.71% -
XYZ 24.12 19.42 46.73 -
YUV 125.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 137 108 182 0.25 0.41 0 0.29 263.51 0.34 0.57
Hex 89 6C B6 19 29 0 1D 108 22 39
Octal 211 154 266 31 51 0 35 410 42 71
Binary 10001001 1101100 10110110 11001 101001 0 11101 100001000 100010 111001

Color Harmonies of #896CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CB6

Black with #896CB6

Text Example


Text Example

White with #896CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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